Change Font Colour

Discussion in 'VideoCraft WordPress Theme' started by vlogz111, Oct 17, 2014.

  1. vlogz111

    vlogz111 Member

    Joined:
    Sep 19, 2014
    Messages:
    38
    Likes Received:
    0
    Where can I obtain the custom css codes to modify the appearance of the theme ? I specifically want to change the font colour of menu titles in header and/or header and menu bar colour. Sorry I have no experience with custom css. Thanks
     
  2. Yogesh

    Yogesh Guest

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

    Please provide us your website url as well as the screenshot where you facing the problem.

    Thanks & Regards
    Yogesh Bhade
     
  3. vlogz111

    vlogz111 Member

    Joined:
    Sep 19, 2014
    Messages:
    38
    Likes Received:
    0
    I have managed to figure out how to do this - but I seem to have changed the main text colour and can't find the code to change it back - I want to change it back to black where you input text to search boxes, video description etc.. how do I do this ? thanks
     
  4. Yogesh

    Yogesh Guest

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

    To change color of menus in header, and to change menus background color just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li a{
    color: black;
    }
    .top_strip{
    color: blue;
    }
    
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page