Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317302

    Hi!
    I have been trying to change the link size and color for the topmenu (not mainmenu). I have tested a lot of code snippets from many threads here, but none of them solved the problem.

    How to change the font size and color for links in topmenu?

    Regards, Charlie!

    #317338

    Hi Charlie!

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

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-size: 16px;
    }
    .header_color .sub_menu>ul>li>a {
    color: red;
    }
    #top .header_color .sub_menu ul li a:hover {
    color: green;
    }

    Regards,
    Yigit

    #317719

    Thanks again Yigit!
    Works like a charm!

    Regards.
    Charlie

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Topmenu font-size and color’ is closed to new replies.