Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #371954

    We just installed a fresh version of Enfold, when viewing on iphone the menu block is visible but the lines in the block are not. Also menu items in the secondary nav are visible?

    #371959

    Hey idonate!

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

    .av_header_transparency #advanced_menu_toggle {
    border-color: #d9002b;
    }
    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
    background-color: #ffffff;
    color: #d9002b;
    border-color: #c4c4c4;
    }}

    Regards,
    Yigit

    #371994
    This reply has been marked as private.
    #372160

    Hey!

    Please add following code to Quick CSS as well

    #advanced_menu_toggle, #advanced_menu_hide {
    background-color: #ffffff;
    color: #d9002b;
    border-color: #d9002b;
    }
    @media only screen and (max-width: 480px) {
    h1.av-special-heading-tag {
    font-size: 36px!important;
    }}

    Regards,
    Yigit

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