Changing Title color and layout

  • Unknown's avatar

    my Title ‘Filly In the Fast Lane” is currently white but Id like to add black highlighting box behind it like where it says “Meet the Filly”. Please help! I don’t know how to use Css. Thank you!

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

  • Unknown's avatar

    I’m seeing your site title black at the moment. With it black, let’s try a slightly transparent background color for the title and tagline so that your image shows through, but the text is more visible. Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.

    .site-title a {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px 35px 50px 20px;
    }

    The last number in the background-color declaration is the opacity. The closer to 0, the more transparent and the closer to 1, the more opaque.

  • The topic ‘Changing Title color and layout’ is closed to new replies.