Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263581

    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; }

    • This topic was modified 10 years ago by thanp73.
    #263595

    Hey thanp73!

    Please try adding !important rule as following

    .widgettitle { display: none !important; }

    and flush browser cache after applying the code

    Best regards,
    Yigit

    #263602

    perfect- thx!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘hide widget titles’ is closed to new replies.