changing header banner in Hemingway

  • Unknown's avatar

    The site is not published yet, because I would like to change the Title and tagline css along with removing the black box. I have upgraded to the premium plan in order to accomplish this. You assistance is greatly appreciated. I am trying to find tutorials or some guidance regarding Custom Design, but have not been successful and I am on a short timeline. I need to go live before May 31.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, to remove the background on the site title/tagline, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .site-branding {
        background-color: rgba(0, 0, 0, 0);
    }

    On the styling of the title and tagline, here is the relevant CSS. You can paste it in and then edit size and colors and such as desired.

    .site-title {
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
    }
    .site-description {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 300;
        opacity: 1;
    }
    .site-title a, .site-title a:visited {
        color: #fff;
    }

    On CSS, here are some useful links to our CSS related support pages and they include some links to tutorials as well.
    Custom CSS
    CSS Basics
    Editing CSS
    How to find your theme’s CSS

  • Unknown's avatar

    Thank you! I will definitely keep learning, everyday.

  • Unknown's avatar

    You are welcome, and you know where we are if you have questions. :)

  • The topic ‘changing header banner in Hemingway’ is closed to new replies.