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
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
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;
}
}
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
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
Hey Ottelien,
There is already an option to add in Text to the Secondary Header: .
Thanks
ThemeNectar Support Team
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
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):
Thanks
ThemeNectar Support Team