• Phlox Theme –
    No matter what I do to try and change the additional CSS and theme font colours, I keep running into problems when getting the links in my footer and social icons to change to just white.

    Problem is, it looks like it’s working in the back end but when I go to the front page it hasn’t worked.

    This is the custom CSS I added – Does anyone have any other ideas?

    a:link {
    color: #ffffff !important;
    }

    a:active {
    background-color: #ffffff !important;
    }

    a:visited {
    background-color: #ffffff !important;
    }

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The links in the footer are showing as white for me as well as the icons when viewing the site. Maybe there was caching in your browser preventing it from displaying correctly?

    Thread Starter houseofeden

    (@houseofeden)

    After emptying my cache – The footer text is white but reverts back to blue when visited.
    The social icons are barely visable (look closely to right of footer, they are meant to be white too)

    Ah I see what you mean, try this CSS

    .aux-social-list li a:visited {
    	color: white;
    }
    Thread Starter houseofeden

    (@houseofeden)

    Thank you Jarret – works well ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Social & Footer Link Colours Not Changing’ is closed to new replies.