How can i change the word "category" into the word "themes" at the right column

  • Unknown's avatar

    How can i change the word “category” into the word “themes” at the right column at my homepage “DER LEITERBLOG” ? I could not find a way …

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Lothar,

    Sure! You can do this if you edit CSS. Please go to Appearance → Customize → CSS and add this:

    #categories-2 .widget-title {
      visibility: hidden;
    }
    #categories-2 .widget-title:after {
      content:'THEMES'; 
      visibility: visible;
    	float: left;
    }

    You can change the words “THEMES” to whatever you want.

    Cheers!

  • The topic ‘How can i change the word "category" into the word "themes" at the right column’ is closed to new replies.