Home>Support>SiteOrigin Post Carousel – Visited Link Colour

SiteOrigin Post Carousel – Visited Link Colour

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 10 months ago Alex S
    Hi, I Work Here

    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. 7 years, 10 months ago Found Beats - Tim

    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. 7 years, 10 months ago Found Beats - Tim

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More