• Resolved cyberskier

    (@cyberskier)


    I love this theme. I’ve tried adding a logo to a test site (running in maintenance mode) before deploying live on my main site. Any logo I’ve added is displayed in a faded/grayed out manner, compared to what I upload. Is this normal? If so, any ideas on a simple way to change it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is this normal?

    Yes, that’s part of the theme’s design. The header is lighter and changes to full opacity when you hover over it.

    If so, any ideas on a simple way to change it?

    Sure! Add this to your custom CSS to override it:

    .site-header {
      opacity: 1;
    }

    Don’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.

    Thread Starter cyberskier

    (@cyberskier)

    Thank you, Kathryn. That worked.

    Great! I’ve marked this thread as resolved but feel free to start a new one if you need help with anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Greyed out logo’ is closed to new replies.