Sidebar (HIVE theme)

  • Unknown's avatar

    Hi, the name of my blog is filmtalk.org (HIVE theme).

    May I ask you something about the sidebar? I got a few items there, like “tags” and, right below the tags, there’s “for your information.” Do you know if it possible to get those words “tags” and “for your information” in bold (and maybe in a different color as well), to make sure that they’re different items in the sidebar? It would be interesting, especially since in the future I’d like to add other itens in the sidebar as well.

    Thank you for considering this request.

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

  • Unknown's avatar

    Hey there!

    It looks like you already have this code in your custom CSS editor that will change the colour:

    .widget-title {
    	color: #630;
    }

    If you would like to make them bold as well then adding a line like this should do it:

    .widget-title {
    	color: #630;
    	font-weight: bold;
    }

    Let me know if that wasn’t what you meant/if you just wanted to get the “Tags” title in particular etc.

    Hope that helps,
    Sage

  • The topic ‘Sidebar (HIVE theme)’ is closed to new replies.