Change Color in Colorway Theme - Part Two

Discussion in 'ColorWay WordPress Theme' started by digitalfairydust, Apr 13, 2015.

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

    digitalfairydust New Member

    Joined:
    Mar 4, 2015
    Messages:
    6
    Likes Received:
    0
    Hi - I am trying to edit the "blue.css" file in order to change the color of the menu buttons to #115584. I followed the instructions found in the thread posted in September 2014 - and my FTP indicates that the blue file has been changed - but I am not seeing the difference in color on the website (www.digitalfairydust.com).

    Could you provide instructions on how to change the blue theme color once more?

    Thanks,
    Moira
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,

    To change the the color of the menu buttons to #115584, Kindly paste and apply the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard

    Code:
    #menu li a:hover {
      background: #115584;
    }
    #menu li.current_page_item a {
      background: #115584;
    }
    Hope it will solve your issue. Let me know for further any doubts.
     
  3. digitalfairydust

    digitalfairydust New Member

    Joined:
    Mar 4, 2015
    Messages:
    6
    Likes Received:
    0
    Thanks, Sameer - That did work!
     
Thread Status:
Not open for further replies.

Share This Page