remove border from the menu bar background
Hello again,
I would like to remove the border from the menu bar background. When I click on the menu text you do not see any border. Just the text can be clicked but as soon as you move your mouse somewhere else there is this white border stippeld appearing. I would like to make this transparent. I tried different codes without succes.
Thank you!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
6Hi Lvbarcelona
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.
This is a private message.
Thanks. This is a browser default, not something added by Vantage.
Try the following at Appearance > Custom CSS:
a:focus{ outline:0; /*removes the dotted border*/ }Ref: http://stackoverflow.com/questions/12007507/how-to-remove-dotted-border-around-link
Great thanks that helped. I see that on this page it is also the case.
Glad to hear that did the trick.
If anything else comes up, let us know :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.