Can I change the text color in the featured content (Ixion theme)?

  • Unknown's avatar

    Right now, the text is the standard yellow over the featured content images, and I would like to change it to match the rest of my site and to make it more legible.

    The blog I need help with is: (visible only to logged in users)

  • Hi
    Apologies for the slack response to your question.
    You might try something like this:

    .featured-content a.post-link {
    	color: #ffffff !important;
    }

    The default color for links throughout the site is set by this rule:

    a {
    	color: #253314 !important;
    }

    I’m not sure why it is using the !important pat though as this can make it hard to change elsewhere.
    If you added the !important to that rule can I suggest that you remove it and we can then work to set link colors to suit the various backgrounds etc.
    If you can do that we can also remove the !important from the rule I suggested above.

  • Unknown's avatar

    YES! Removing the important tag and adding your suggested lines solved the issue. Thanks very much.

  • The topic ‘Can I change the text color in the featured content (Ixion theme)?’ is closed to new replies.