Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1302617

    Hey there,
    I love your theme!
    But still got a question on it:
    I would like to have an active menue indicator showing on my site (look at private content field).
    It should look similar to this site (look at private content field), as well made with ENFOLD. But with a different color, f.e. #857050
    How can I do this?

    #1303045

    Hey MyWin,
    Thank you for your patience and the links, to add the lower menu indicator please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .av_minimal_header .avia-menu-fx {
        display: block;
        color: #857050;
    }

    this will place the bar like this:
    2021-05-30_175103.jpg
    or try this css to have the bar higher:

    .av_minimal_header .avia-menu-fx {
        display: block;
        color: #857050;
        bottom: 22%;
    }

    2021-05-30_175332.jpg
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.