• Resolved gcvanderwaal

    (@gcvanderwaal)


    Hi,
    I’m working with the free version of Savile Row, which is a delight to work with. However, the background image is making the grey text in the featured section hard to read.
    How do I change either the font color or the background color of the featured section to black?

    Kind regards,

    Gerard

Viewing 4 replies - 1 through 4 (of 4 total)
  • Very simply add the css to your stlyesheet.

    Without a URL to see your site that is all anyone can tell you-

    Thread Starter gcvanderwaal

    (@gcvanderwaal)

    https://avmsd.eucam.info/

    Here’s the url, I’ve tried to ad a number of options to the CSS but up till now without succes…

    Add this CSS to the bottom of the style.css of your theme.
    It will change the font color to black (#000), make the text a bit smaller and bold.

    REMEMBER that if you update the theme the update will remove this from the css so keep it in a safe place or create a child theme.

    .featured-content .overlay p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4em;
    }

    Thread Starter gcvanderwaal

    (@gcvanderwaal)

    Thanks man, that worked perfectly! Will keep the code at hand!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font color/background color of featured section’ is closed to new replies.