Change Styling Options Color

Discussion in 'Themia WordPress Theme' started by gadgetat, Oct 8, 2014.

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

    gadgetat New Member

    Joined:
    Aug 3, 2013
    Messages:
    6
    Likes Received:
    0
    The site I'm working on right now requires a deeper blue then is offered in the Styling Options Selector on Themia. We'd like to use a "Navy Blue" for the buttons like #000080. Is there a way to update the "blue" selector in the Styling Options in the Theme Style sheet to be that deeper blue?
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu li.current-menu-item, #menu li.current-menu-parent, #menu li.current_page_parent, #menu li:hover, #menu li.current_page_item {
    background: #000080;
    border-radius: 13px;
    }
     
    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li:hover a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background: #000080;
    }
    #menu li a {
    border-radius: 14px;
    background: #F3F3F3;
    }
    #menu li {
    background: #F3F3F3;
    border-radius: 14px;
    }
    #menu .ddsmoothmenu li ul li {
    background: #f3f3f3;
    }
    #menu .ddsmoothmenu li ul li:hover {
    background: #000080;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Can the same process be used for a richer red etc. Then can I save that as a new Style sheet
     
  4. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    I tried these changes with a red #cc0000 and got this result -- But I started with the red style sheet ? should I have used the default ?
    http://associatedfreightllc.com/
     
  5. tripperking

    tripperking Member

    Joined:
    Jan 13, 2015
    Messages:
    38
    Likes Received:
    1
    Wait just caught what I did. The Search took me to a different theme, I'm using BlackBird - I'll repost there
     
Thread Status:
Not open for further replies.

Share This Page