Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #395457

    Hi,
    I have successfully placed a language switcher in a custom widget area in the header.
    Is there an easy way to change fonts and color with some quick CSS?

    Thanks and best regards
    Michael

    #395694

    Hey Michael!

    Please add following code to Quick CSS

    #top #wrap_all .av_header_transparency .sub_menu > ul > li > a {
    color: red; 
    }
    .header_color .sub_menu>ul>li>a {
    color: orange;
    font-size: 16px;
    }

    Cheers!
    Yigit

    #395708

    Thanks a lot :-)
    Cheers
    Michael

    #395709

    Hey Michael!

    Try changing that in Enfold > Advanced Styling > Small bar above main menu.

    Regards,
    Josue

    #395757

    Thanks Josue, that’s an elegant way of doing it if I just want to edit the color (which in my case is enough).
    Great support!
    Regards
    Michael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘customize header widget’ is closed to new replies.