Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
I’m using Vantage premium on a one-page site. At the rows with a Row ID (for a menu anchor link) at row > edit row > row styles > CSS styles I have border-style:none
I’m using North on another one-page site and the rows linked to menu anchors show a border / blue line.
To the second site at row > edit row > row styles > CSS styles I added border-style:none. But the border still shows.
Any suggestions? Thanks in advance!
Hi Len
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
a, a:hover, a:active, a:focus { outline: none; }You might also need to install the SiteOrigin CSS Editor.
Thanks, Andrew. Fixed! Much appreciated.
Len
Super :) Glad to hear that did the trick. All the best.