Colorway Font Colour

Discussion in 'Announcements' started by smartmover100, Sep 22, 2013.

  1. smartmover100

    smartmover100 New Member

    Joined:
    Jul 11, 2013
    Messages:
    4
    Likes Received:
    0
    hallo,
    on our Website we want to use blue generally. the menu and the mainslider text is black. i dont know how to Change to blue.
    can you help me here please?
    our Website:
    http://www.baturim.at/wordpress/

    thank you and Kind regards
    [email protected]
     
  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:
    .slide-content.entry h2 a {
    color: #2565ac!important;
    }
    #menu li a {
    color: #2565ac!important;
    }
    
     

Share This Page