Empty widget titles

Posted in: Newsmag
Post count: 108

After last update, i noticed that widgets that are not from Tagdiv are showing black line if no title is added. I noticed this with few widgets

https://prnt.sc/hdznip

Thank you

Post count: 108

Cannot edit anymore .. another example

https://prnt.sc/hdzq2o

you can see these two on http://www.cele.si or on production site (redesign) at http://www.gregorjev.net/cele

  • This reply was modified 8 years by gregy1403.
Post count: 23312

Hello gregy1403,

Also, please do not use symbols (!@#$%^&*) for the title of the widgets because it seems that affect the functionality of the sidebar.
For more information about the sidebar, please consult our documentation here -> https://forum.tagdiv.com/sidebars-tutorial/ Maybe, thatțs why you do not have any title for your widgets. Clear all the caches and check the results.

Thanks for the message!

Post count: 108

Hi Catalin

You misunderstood me. I do have titles if i want them. The problem is that when i left Title field blank and there should be nothing on frontend. But it is .. black stripe, please take a look at screenshot above.

If i enter Title everything is OK …

Post count: 23312

Hello greg,

It seems to be an empty span with a background color and that’s why you achieve that result. Try to use the code below and place it in Theme panel -> Custom CSS area.

.vc_widget_sidebar span{
display:none;
}

The result is here -> https://www.screencast.com/t/aOvefuisCnh

Thanks for the message!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.