Change menu and background colors

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by sohoinkthemes, Jan 21, 2014.

  1. sohoinkthemes

    sohoinkthemes New Member

    Joined:
    Oct 31, 2013
    Messages:
    29
    Likes Received:
    0
    Hi, pls take a look at this site: http://divatime.dytnet.ca

    1. I would like to change the menu font and color. How can I do this?
    2. How can I change the background color (it is white now) to purple or green?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    #menu .ddsmoothmenu li a {
    font-family: Your Font Type;
    color: red;
    }
    .page-content {
    background: red!important;
    }
    Inplace of "red" put your color code.


    Thanks & Regards
    Gourav Shrivastava
     
  3. sohoinkthemes

    sohoinkthemes New Member

    Joined:
    Oct 31, 2013
    Messages:
    29
    Likes Received:
    0
    Hi, thanks. I've changed the menu font but how can I change them to Arial but in bold or italics? Pls advise. http://divatime.dytnet.ca
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li a {
    font-weight: bold;
    font-style: italic;
    }
     
    This will solve your issue.
     

Share This Page