• Hi there,

    I’ve followed all the other threads but still having some color issues – please can you assist – trying to make the theme red & black & white.

    Have managed to change some but still trying unsuccessfully to change:

    Headline – Blue to white ie Associated Automotive Industries

    Subheading – from grey to white ie Specialist Bumper Repair & Refurbishment

    Body text – Hello World, Uncategorised, meta details, etc – blue to white

    Footer – Carzine (Blue to red) Powered by WordPress (grey to white)

    url = mike.backinafrica.com

    Would really appreciate your assistance 🙂
    Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You can try these to your Custom CSS for achieving that:

    #carzine_logo_container a {
        color: #fff;
    }
    #carzine_description {
        color: #fff;
    }
    .carzine_latest_post_title a {
        color: #fff;
    }
    .widget li a {
        color: #fff;
    }
    .col-md-12 a {
        color: #f00;
    }
    .col-md-12 p {
        color: #fff;
    }

    Thank you.

    Thread Starter AliWil

    (@aliwil)

    Fantastic – thanks, Sam. Sorted! 🙂

    Sam

    (@soumendra)

    Welcome. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Color problems’ is closed to new replies.