• Resolved mayurjango

    (@mayurjango)


    Hi,

    Good to be back here after a long time!

    After adding the “Categories” widget even without a title, a Categories text appears in grey right after the main Categories heading. It wasn’t appearing earlier and looks awkward.

    Please help me remove the Categories text (in grey) as shown here: https://i.imgur.com/lH30uQ9.png?1

    Site: https://webtrickz.com/

    Thanks in advance

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi mayurjango. It’s the screen-reader label. Give this a try:

    .widget label {
      display: none;
    }
    Thread Starter mayurjango

    (@mayurjango)

    Hi bdbrown,

    That worked like a charm.

    Thanks a lot! ??

    I’m having the same problem. Where do I put that code? I don’t see an edit feature for widgets anywhere….

    Thanks so much!

    The code goes in a child theme style.css file or you can use a plugin like Simple Custom CSS.

    AHA! Thanks so much!!

    Hi everybody.
    I got the same goal: delate the grey subtitle as there is already the main widget title. I tried with the code that bdbrown mentionned, by adding it in the CSS in the editor. Unfortunatly, it doesn’t work. Is there anything else I can do? (I got hueman child theme of course). Thx

    Sorry it works now: idiot I am, not to have refresh my page!
    Anyway, thank you for all your help we can find in this forum. Hueman theme is quiet interesting.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘A weird Categories text appears below Category widget title’ is closed to new replies.