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

    Dear, I would like cambair the color of the active link transparent menu of a certain color, as achieving this?

    View post on imgur.com

    Thank you.

    #533279

    Hey buscoseo!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
        color: #f6b300!important;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Cheers!
    Yigit

    #533338

    Thank you.
    Another query more, the submenu can be done trasnparente?

    Thank you.

    #533367

    Hey!

    Please add following code to Quick CSS as well

    .av_header_transparency ul.sub-menu, .av_header_transparency ul.sub-menu * {
        background: transparent!important;
    }

    Best regards,
    Yigit

    #533393

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Menu transparent, color active link’ is closed to new replies.