Home Forums WordPress Themes – Premium Celestial (Celestial Reloaded) footer widget link colour?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #15632

    Hi!
    I’ve just tried to change the footer widget link colour to match the new colour I’ve chosen for the footer widget text, but the changes don’t seem to show up. Any suggestions?
    Thanks,
    Jocelyn
    http://www.liveyourtruth.today

    #20660
    Sushil Adhikari
    Moderator

    This is the culprit from the style.css file around line 728 which needs to be deleted….the color: #ccc; part.

    #footer-wrapper a,
    #footer-wrapper a:visited {
    	color: #ccc;
    }
    #20662

    Just to clarify, do I just delete this whole part: colour: #ccc;
    and then do I need to add anything? or is that it?

    #15633
    Sushil Adhikari
    Moderator

    Actually, you can delete that whole thing because the only attributes is the color. The footer links option already exists in the theme options.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.