This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Anchor border hidden in Vantage onepage site, but not North

9 years ago · Last reply by Andrew Misplon 9 years ago

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!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 9 years, 10 months ago

    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.

  2. Len McGrane 9 years, 10 months ago

    Thanks, Andrew. Fixed! Much appreciated.

    Len

  3. Andrew Misplon Staff 9 years, 10 months ago

    Super :) Glad to hear that did the trick. All the best.

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.

Have a different question or issue?

Start New Thread