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):
Hi!
When I have Dot Navigation set to "Tooltip Alt", on desktop, we get the Alt variant of the navigator, however on mobile, we get nothing (hidden).
On the other hand, when Dot Navigation is set to "Tooltip" or "Transparent", we get non navigator on mobile as well.
How could I have the Dot Navigator set to to "Tooltip Alt" on desktop, but at least have the normal "Tooltip" visible on mobile?
ThemeNectar Support Team
Hi Alberteck,
Please send in your website url.
Thanks.
Hi Alberteck,
Please enable right click for us to be able to inspect your page and provide css for it.
Thanks.
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
Holy shit you guys are quick! This is one of the main reasons why I love Salient!
The CSS provided worked! However, is it possible to have "Tooltip Alt" for desktop and "Tooptip" or "Transparent" for mobile?
Hi Alberteck,
Please try this css:
Thanks.
Hey Judith!
I just tried your CSS code, it gets a bit messy, especially on the sections with almost-white and black backgrounds..
You can view the issue now (right click has been enabled as well).
Hi Alberteck,
It looks ok from my end for white and background:
Please let me know what you are getting from your end.
Thanks.
Hi Alberteck,
Again, try this css:
Thanks.
Hi Judith!
I added the CSS you just sent
It looks fine on white background now, but the issue on the black background section still persists
Hi Alberteck,
Please try this css:
Thanks.
Perfect! Thank you so much!
Hey, how can I increase the distance between two dots on mobile, making it easier to touch when using smartphones?
Hi Alberteck,
Please try this css:
Thanks.
Thanks!
For anyone who might need this, to make it only for mobile, use this:
@media only screen and (max-width: 1000px) {#fp-nav ul li, .fp-slidesNav ul li {padding: 6px 0;}}