Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #321480

    Hey guys,
    Can someone help with getting the text to be a different color, namely black and possibly a point size bigger for the text in the dropdown.
    I’ve done some searching but couldn’t find anything that helped.

    Here’s a link to the site: http://www.mercyhillgso.com

    Thanks!

    #321955

    Hi Nate!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    input#s {
    font-size: 18px!important;
    color: black!important;
    }

    Cheers!
    Yigit

    #322378

    Thanks Yigit, I tried your quick css and adjusted it in the code but don’t see any difference. Any idea why?

    #322556

    Hi!

    I guess you are referring to the sub menu text, try using this code:

    .sub-menu .avia-menu-text {
        font-size: 16px;
        color: black;
    }

    Regards,
    Josue

    #322568

    Yes thank you! Worked perfectly.

    #322582

    You are welcome, glad to help :)

    Regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Dropdown Text Color and Size’ is closed to new replies.