Change color

Discussion in 'Real Photography WordPress Theme' started by choppershots, Apr 10, 2013.

  1. choppershots

    choppershots New Member

    Joined:
    Dec 27, 2012
    Messages:
    24
    Likes Received:
    0
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li.current_page_item a, #menu a:hover {
    color: blue;
    }
     
  3. choppershots

    choppershots New Member

    Joined:
    Dec 27, 2012
    Messages:
    24
    Likes Received:
    0
    Hello,

    Thanks for the help. I actually need to change the color to an html code - 18ACEC. How do I do this?

    Thanks.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Ok
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu li.current_page_item a, #menu a:hover {
    color: #18ACEC;
    }
     

Share This Page