• Resolved lsouth

    (@lsouth)


    Hi there

    I am trying to change the format of the the widget titles in the right sidebar on this page http://www.londonsilverblackexecutive.co.uk/tour-test/.

    We have just installed WP e-Commerce and we are using these widgets in the right side bar. Where/ how do I change this this in the CSS file?

    Also I would like to change the non hover drop down menu font colour on the top navigation bar to a lighter grey.

    Any help would be greatly appreciated.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Using the Firefox browser with the Firebug add-on makes solving CSS issues much simpler. For example, it shows that the CSS for the widget titles is controlled by the ‘.sidebar h3’ selector. So you would change the font-size using something like this:

    .sidebar h3 {
       font-size: 20px;
    }
    Thread Starter lsouth

    (@lsouth)

    thanks so much, that all makes sense now 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing Titles in right sidebar area’ is closed to new replies.