• I have no idea what version of WP I’m using. If you go to http://www.acjames.com you’ll notice that the header text for the widgets sidebar is green… it doesn’t match. How do I change that?

    Also, does anyone know if there’s a plugin that will allow an image slideshow with url links… I’d like to do this with my ebook covers and link to where to buy on amazon. As it is I just have them in the standard gallery slideshow.

    Switching from Blogger to WP for the very first time 😉

Viewing 1 replies (of 1 total)
  • Hi there, the simplest way to change the colour of your widget heading is by adding some CSS code:

    .widget-title, .widget-title a {
         color: #350258 !important;
    }

    You can change 350258 to whatever colour you like.

    An easy way to add custom CSS like this is to install the Jetpack plugin and activate the Custom CSS module. This way, your CSS won’t be overwritten when you update the theme.

    For plugin recommendations you might want to post in the Plugins forum. Good luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Widget Header Text Color’ is closed to new replies.