I only have 1 menu item for my navigation which has a border button style applied to it. I want to keep the button as it is in mobile view - I don't want a mobile version of the menu to replace it.
I can't figure out how to target that border button via CSS and have the button background turn white. The closest I can get it is to turn the background behind the text only, but not the entire button.
I only have 1 menu item for my navigation which has a border button style applied to it. I want to keep the button as it is in mobile view - I don't want a mobile version of the menu to replace it.
How would I go about doing this?
thanks
Hi there,
Can you share a link to your website so that we see if possible with css because there is no option to have same desktop menu layout as on mobile.
Thanks.
Hi there,
Try the following custom css in Salient > General settings > CSS/Script related:
Kind regards.
that worked! thanks!
Hi - hopefully my last question for a while :)
I can't figure out how to target that border button via CSS and have the button background turn white. The closest I can get it is to turn the background behind the text only, but not the entire button.
Hi there,
Try the following custom css. It will change border color as well as background:
Thanks.
thank you!