• I’m replacing all yellow #f8ca23 & #f3cc0c throughout the site with a red #c50030. I’ve replaced everywhere in the CSS but still have a yellow rollover in my blog posts. Also, where can I replace the yellow Facebook logo? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kbernauer

    (@kbernauer)

    Also need to replace yellow line break on home page. Thanks!

    Me too…I just figured this out. I’m changing the line break on the homepage from yellow to #70cee8. I went to Appearance>theme options>styling options and inserted this:

    .slider-wrapper {
        border-bottom: 1px solid #70cee8;
        font-weight: normal;
        padding-bottom: 14px;
        padding-top: 27px;
    }

    Suggest you do the same ie

    .slider-wrapper {
        border-bottom: 1px solid #c50030;
        font-weight: normal;
        padding-bottom: 14px;
        padding-top: 27px;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If it’s just the line break you want changed, you can reduce it down to 3 lines;

    .slider-wrapper {
        border-bottom: 1px solid #c50030;
    }

    Abena

    (@abena)

    Where you able to change your blog post color of fonts?
    Can you give me a code to change mine from grey to yellow?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Replacing all yellow’ is closed to new replies.