Okay
  Public Ticket #2708316
mobile menu
Closed

Comments

  • Ottelien started the conversation

    Heey,

    I would like to add a word under "search icon" and under "mobile menu icon" but i can't find where i can do that. Can you help me please?


    Greets Ottelien Pouwels

  • Ottelien replied

    I did this with the inspector, but i want this permanently and i can't edit the HTML files so where can i do this or do you know a plug in that can do it

  •  8,403
    Tahir replied

    Hey Ottelien,

    There is already an option to add in Text to the Secondary Header:  . 

    3022545477.pngClick To Open Larger Image.

    Thanks


    ThemeNectar Support Team 

  • Ottelien replied

    Hey Tahir,

    For the mobile devices i want under the mobile menu icon "Menu" and under search icon "Zoeken". Those icons are not in the secondary header but in (header#top). Do you know the CSS for that so i can copy paste it. I have tried multiple ways but it is difficult. www.mediaversa.nl

    Mobile devices

    "Zoeken" under search icon

    "Menu" under menu icon


  •  8,403
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    @media only screen and (max-width: 1450px) and (min-width: 1px) {
        .slide-out-widget-area-toggle:not(.slide-out-hover-icon-effect) a:after {
            top: 10px;
            position: relative;
        }
        .nectar-icon.icon-salient-search::after {
            top: 19px;
            position: relative;
        }
    }

    Thanks


    ThemeNectar Support Team