Support » Theme: Catch Evolution » CSS I found is not working on Catch Evolution

  • Hello,
    I need to change the following things and the CSS I found doesn’t work. I hope you can help me some more:
    – Change the background colour of the whole page
    – Change the colour of the icons top right for facebook and contact
    – I need the entry title (the header of each page) to be the same color as other texts:
    #6165a5. Right now it’s black and I can’t change it with the CSS I found,
    – I need the Menu (footer and top menu) to be the same font as the body (Helvetica Neue)
    – I need the menu-footer-container.wrapper not to show
    – I need the text on left footer menu to be the same color as every other text on the page (color: #6165a5)
    – I’d like to put a different text in the Copyright section down left
    – I’d like the site generator wrapper that’s at the very bottom of the not to be grey but to be see-through/invisible and the writing on the wrapper to be blue
    I hope you can help me or show me where to find help.
    Thank you!!!

Viewing 15 replies - 1 through 15 (of 22 total)
  • Thread Starter YogaHH

    (@yogahh)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    – Change the background colour of the whole page

    What do you actually mean by this, what specifically do you want changed colour? E.g. You may only want the white background changed colour.

    Thread Starter YogaHH

    (@yogahh)

    I would actually like the page to be just one color – blue. Not a grey border at the bottom and not a black wrapper at the bottom and no white background in front of the blue background.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Okay, try this to change the background colour of the whole page:

    body.custom-background,
    #fixed-header-top,
    #branding,
    .hentry,
    .widget,
    .no-results,
    #author-info,
    #disqus_thread,
    #content .error404,
    #colophon,
    #header-menu #access,
    .sidebar-top .widget_nav_menu,
    #colophon #access-footer,
    #site-generator {
        background: deeppink;
    }

    Thread Starter YogaHH

    (@yogahh)

    Thank you, that worked!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    – Change the colour of the icons top right for facebook and contact

    http://new.yogaraum-hamburg.de/wp-content/themes/catch-evolution/images/social-profiles.png
    Uh looks like a bit of image manipulation is necessary, but to add this new and manipulated image back into your theme will require a Child Theme. Do you have a Child Theme set up?

    Thread Starter YogaHH

    (@yogahh)

    No, not yet. I have only used the CSS Box within the theme so far…

    Thread Starter YogaHH

    (@yogahh)

    I have a “base” css-document for a child theme though.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t know about making this change to the social icons file, it’s got a big copyright notice on the image.

    Thread Starter YogaHH

    (@yogahh)

    Thank you for checking. Then I will think of another solution. The other things like the fonts and colors are more important to change.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    – I need the entry title (the header of each page) to be the same color as other texts:
    #6165a5. Right now it’s black and I can’t change it with the CSS I found,

    .entry-title,
    .entry-title a {
    	color: #6165a5;
    }
    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    – I need the Menu (footer and top menu) to be the same font as the body (Helvetica Neue)

    Apparently they already are

    Thread Starter YogaHH

    (@yogahh)

    -the entry title worked. thank you!
    -the top and menu footer are the same font but it’s not Helvetica Neue. It’s a bold font (Arial?) that comes with the theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    -the top and menu footer are the same font but it’s not Helvetica Neue. It’s a bold font (Arial?) that comes with the theme.

    What makes you say that it’s arial, or another font?

    Thread Starter YogaHH

    (@yogahh)

    You are right, maybe it’s just bold and I need to change it to lighter?

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘CSS I found is not working on Catch Evolution’ is closed to new replies.