• Closed
  • Donna Rios
    Spectator
    November 23, 2015 at 3:56 pm #22307

    Hello,

    I would like to know how to have the dropdown menu font the same as the font that I set it as in the theme options.

    my dropdown font is totally different from the font i chose in the theme options.

    Is there a CSS code to change the font to what I would like instead of what is being displayed?

    Our Agents

    is where you can see what i mean….

    Thanks for your help

    Denzel Chia
    Moderator
    Posts: 2656
    November 24, 2015 at 6:01 am #22334

    Hi,

    Please tell me the font name.

    Thanks!

    Donna Rios
    Spectator
    Posts: 2
    November 24, 2015 at 1:43 pm #22347

    Hey Denzel, thanks for getting back to me…

    I would like the drop down menu font to be (“Times New Roman” Times, Serif ) I have this set in my options but for some reason it does not effect the drop down menu..

    I would also like the drop down wrapper to have Rounded Corners not the individual items the wrapper as a whole.

    Thanks for the help

    Denzel Chia
    Moderator
    Posts: 2656
    November 25, 2015 at 6:41 am #22361

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    .menu-item a {
    font-family: Times New Roman !important;
    }
    #wrapper #nav ul li ul li a {
    border: medium none !important;
    }
    #wrapper #nav ul {
    border-radius: 0px 0px 10px 10px !important;
    }

    Result screenshot. http://i.share.pho.to/2a9be832_o.png

    Thanks!