color of the post title background

Home Forums Automattic Little Story color of the post title background

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #109615 Resolve

    schwentnersozial
    Member

    hi there,
    i would like to change the background color of the title in a blogpost -the default is light-blue, and also the ring- symbol on the left side. can you help me?

    thx!

    The blog I need help with is schwentnersozial.wordpress.com
    #144752

    Kathryn P.
    Happiness Engineer

    Hi there, to change the background colour of the strip behind post titles, you’ll need to add some Custom CSS code, which requires the Custom Design upgrade. Once you’ve purchased the upgrade in your Store, you can add this under Appearance > Customize > CSS:

    .entry-header .entry-title, .entry-header .entry-title a {
    background-color: #d9e7d7;
    }

    Change the colour code to anything you like.

    #144857

    schwentnersozial
    Member

    thank you! and if i buy the upgrade i can get also get rid of the ring-symbol (the circle on the left side of the banner)?

    #144871

    Kathryn P.
    Happiness Engineer

    Yep, you should be able to remove that graphic with this CSS:

    .entry-header .entry-meta {
    background-image: none !important;
    }

    Let me know how it goes, and if you have new questions, feel free to start a new thread.

    #144968

    Kathryn P.
    Happiness Engineer

    Since it looks like you managed to make these changes, I’m closing this thread, but feel free to start a new one if you need further help with anything.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘color of the post title background’ is closed to new replies.