increase font / colour of drop down menu

Discussion in 'BizWay WordPress Theme' started by bilalmirza, Oct 3, 2014.

  1. bilalmirza

    bilalmirza Member

    Joined:
    Feb 11, 2014
    Messages:
    38
    Likes Received:
    2
    hi

    my url is bilalmirza.ca

    i would like to increase the font size and change the colour of the drop down menu under services

    how do i do this?
     
  2. Swapnil123

    Swapnil123 Administrator

    Joined:
    Oct 4, 2014
    Messages:
    12
    Likes Received:
    0
    Hello Bilalmirza,

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

    Code:
    #menu .ddsmoothmenu li li a{
    font-size: 15px;
    color:black !important;
    }
     
    #menu .ddsmoothmenu li li a:hover
    {
    color:red !important;
    }
    Note : You can change the color as per your wish , just place the color code in place of red and black.
    Black will showup normally and red when the mouse will hover over the text.

    Place the color code like
    Code:
    color:#5BC3D6 !important;
    Let me know for further doubts and queries.

    Thanks & Regards,
    Swapnil Gupta,
    InkThemes.com
     

Share This Page