• Hi,

    I would like to change the colour and size of my tagline font (I want it to be white, and larger). I can change the colour to white, but this changes ALL of my text to white, so effectively the text disappears (except on the banner).

    As for the font size, I would like it to match the text below on my homepage, ‘I can help with…’ which is Heading 4. It’s not essential that they match but that is roughly the size I’m after.

    Is there a way to change *just* the tagline font using CSS?

    I am using Genesis with the child theme Brunch Pro.

    Many thanks,

    Tanya

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tanyasq

    (@tanyasq)

    Thank you. I have looked, but I can’t see how to do this. I can find ‘Site Identity’ and ‘Site Layout’ but neither will allow me to make the changes I want to.

    With my theme, the only place I can access CSS (as far as I can tell) is ‘Additional CSS’. I have never found a way to make changes to the CSS, but what I have done successfully in the past is copy and paste a small section of CSS into ‘Additional CSS’.

    I suggest going to Appearance-> Customize -> Additional CSS and paste this in the provided area.

    .site-description {
        font-size: 16px;
        font-weight: 400;
        color: white;
    }
    Thread Starter tanyasq

    (@tanyasq)

    It worked perfectly! Thank you so much for the help!

    Tanya

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change my tagline font (without affecting the rest of my site)’ is closed to new replies.