• Hi sorry if this question answered somewhere but i could not find. When I setup Categories dropdown widget, I set title of the widget (named it “Categories”) Then widget it self has “Categories” title and im not able to remove. I tried to go thru widget PHP files but im a noob and did not find. Can advice where is the chunk of code i have to adjust to get rid of the unnecessary duplicated text? Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • It is MUCH better to change some css to do this, in customizer > Additional CSS add something like:

    .widget-categories .screen-reader-text {
     display:none;
    }

    It is never a good idea to change core code, your changes will get lost at every update.

    Thread Starter radekcoufal

    (@radekcoufal)

    Worked perfectly. Thank you master of all of wordpress.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘removing title from widget’ is closed to new replies.