Change Widget Color

Discussion in 'GeoCraft WordPress Theme' started by christinegaas, Feb 28, 2015.

Thread Status:
Not open for further replies.
  1. christinegaas

    christinegaas New Member

    Joined:
    May 12, 2014
    Messages:
    6
    Likes Received:
    0
    Hello Again,

    I have made some custom CSS edits using the information I found on previous threads and now I would like to find out how to change the following colors on my website, http://www.wheretodohair.com:

    1) On the right side I added an event plugin in the right widget area. I would like to change the color from blue to another color. It's the blue under the title 'Upcoming Local Events' that I would like to change.

    2) On my menu under "All Locations" I want the cities on the drop down to be changed from blue to another color also.

    Thank you!
    Christine
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello Christine,

    Please paste the code given below in Custom CSS section
    (Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .event a {
      color: green;
    }
    ul ul a{
      color: green !important;
    }

    Please change color according to your requirement.

    Thanks & Regards
    Pramod Patel
     
  3. christinegaas

    christinegaas New Member

    Joined:
    May 12, 2014
    Messages:
    6
    Likes Received:
    0
    That worked. Thanks a bunch!
     
Thread Status:
Not open for further replies.

Share This Page