First of all thank you for such an amazing theme. My clients (and I) love it so much!
My question regards the dot navigation menu on the right side of the screen. It looks great on desktop, but on mobile the row name text for each section simply overlaps the text in that area and it doesn't look good. (I attached a screen cap of how it looks). Is there a way to not display that text on mobile?
Remove the earlier provided css and use this instead :
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
@media only screen and (max-width: 1000px) {
#fp-nav.transparent ul li .fp-tooltip .tooltip-inner span {
opacity: 0 !important;
}
#fp-nav.transparent ul li .fp-tooltip .tooltip-inner:after {
opacity: 0 !important;
}
}
Hey!
First of all thank you for such an amazing theme. My clients (and I) love it so much!
My question regards the dot navigation menu on the right side of the screen. It looks great on desktop, but on mobile the row name text for each section simply overlaps the text in that area and it doesn't look good. (I attached a screen cap of how it looks). Is there a way to not display that text on mobile?
Thanks so much in advance!
May.
Hey Mayin,
I see you use the Alt Tooltip version which doesnt show Dot Navigation on Mobile.
Bes.t
ThemeNectar Support Team
Hey Tahir,
It's now back to Transparent version (I meant to change it yesterday but forgot).
Hope you'll be able to help.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team
Sadly, it's still not working. No red crosses appear but this does:
Hey Again,
Remove the earlier provided css and use this instead :
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Thanks
ThemeNectar Support Team