a few moments ago I asked how to hide widget titles- a user kindly answered this, then closed my thread. https://kriesi.at/support/topic/hide-widget-title/
However the offered solution does not seem to do anything on my site- any suggestions?
thisi s what was suggested- I pasted the contents below the ‘remove’ to quick css, but no luck.
remove:
.widgettitle{ display:none; }
hide (still takes space):
.widgettitle{ visibility:hidden; }
Hey thanp73!
Please try adding !important rule as following
.widgettitle { display: none !important; }
and flush browser cache after applying the code
Best regards,
Yigit
perfect- thx!