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.

SiteOrigin Post Carousel – Visited Link Colour

9 years ago · Last reply by Found Beats - Tim 9 years ago

Hi,

I am using the SiteOrigin Post Carousel on the homepage of a site using the Vantage Theme.

When viewed in Safari, the navigation arrows on the carousel keep the hover colour when you have “visited” the links rather than returning to white as they do when viewed in Chrome/Firefox etc.

Is there any way of styling the arrows so that they are forced back to white even when the links have been “visited”. I don’t want to make a global change across the whole site for visited links, just in the carousels.

URL of the website is foundbeats.co.uk

Thanks!

Tim

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Alex S Staff 9 years, 3 months ago

    Hi Tim,

    Oddly, I’m getting the opposite in Chrome and FireFox – they’re rotating the color while Safari isn’t.

    Regardless, you can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .sow-carousel-title a.sow-carousel-next:focus, .sow-carousel-title a.sow-carousel-previous:focus {
    	color: #fff;
    }

    Does that help for you?

    You might also need to install the SiteOrigin CSS Editor.

  2. Found Beats - Tim 9 years, 3 months ago

    Thanks Alex,

    I’ve got SiteOrigin CSS installed and have added the code to the Custom CSS in Appearance but still having the same issue??

    Screenshot below:

    Thanks for your help on this!

    Kind Regards

    Tim

  3. Found Beats - Tim 9 years, 3 months ago

    I seem to have fixed it by adding the following code to the custom CSS

    /* Post Carousel Navigation Buttons */
    .sow-carousel-title a.sow-carousel-previous:visited {
      color: #ffffff;
    }
    .sow-carousel-title a.sow-carousel-next:visited {
      color: #ffffff;
    }
    .sow-carousel-title a.sow-carousel-previous:hover {
      color: #69b13f;
    }
    .sow-carousel-title a.sow-carousel-next:hover {
      color: #69b13f;
    }

    Thanks for your help though

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