• Resolved SueBah

    (@suebah)


    Love the Quintus theme but I cannot “brighten” the tagline – which is white font against a black background. The Header (also white) is fine but tagline remains ghostly. Any advice appreciated.
    https://www.speranzanow.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Put this code into your custom css:

    #site-description {
        color: #e9e9e9;
        font-weight: 500;
    }
    #site-title a:hover {
        border-bottom: 2px solid #e9e9e9;
    }

    Thread Starter SueBah

    (@suebah)

    Thanks so much I appreciate this!
    Will update you on my success …

    Moderator Kathryn Presner

    (@zoonini)

    Let us know how it goes – thanks for the CSS, Ciprian Ionita!

    Just a heads-up that you shouldn’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin, or create a child theme.

    If you’re already using a child theme or custom CSS plugin, you can safely add the new custom CSS there.

    Let us know how it goes!

    Thread Starter SueBah

    (@suebah)

    Yes again thanks so much – I’m super nervous about editing anything at all so this is helpful.
    I will for sure keep you updated with my progress.
    :>

    Thread Starter SueBah

    (@suebah)

    All good, problem solved!
    Thank you so,
    so much for all your help!
    Blog looks great now and so much brighter.
    Cheers many times over :>

    Moderator Kathryn Presner

    (@zoonini)

    Lovely, glad you’re all set!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tagline is weak and faded’ is closed to new replies.