Menu Bar Changes for InfoWay

Discussion in 'Infoway WordPress Theme' started by bizgirl, Feb 12, 2017.

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

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi there guys

    1. Is there some code that I can use to change the box color of the dropdown menus such as in this link http://promotion.ctpaustralia.com/fixtures/seniors/

    At the moment they are white with dark green font however I would like to change the color of the dropdown box to a lighter green than the main menu color and the font color that would accentuate.
    (Another example is the dropdown boxes under About Us.)

    2. Is there code I can use to change the font type and font size in the menu bar?

    I would like to make it a bit smaller and perhaps use either Droid Sans or Verdana the font.

    Any help would be greatly appreciated.

    Cheers,

    Maggie
     
    Last edited: Feb 12, 2017
  2. nitin

    nitin Guest

    Hi Maggie,

    Greetings from InkThemes,

    To change the background color of the menu, just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu .ddsmoothmenu li li {
        background: #fff;
    }
    #menu .ddsmoothmenu li ul {
        background-color: #fff;
    }
    
    To change the font type and size, 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 {
        font-family: 'Arvo', serif;
        font-size: 15px;
    }
    
    Note:- The above values for the color codes, font and size are the ones that are presently set in your theme, please change the values accordingly

    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Many thanks Nitin.. greatly appreciated. :)
     
Thread Status:
Not open for further replies.

Share This Page