Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #264497
    monnaywebedit
    Participant

    I used a background image for my website. On the Blog Post page (http://fusingnika.com/the-looks/) the blog post title and excerpt are hard to read because the font color is too light. I would like to have a black text color and a white block behind the Blog title and blog exerpt .. how do I do that?

    I also want to do the same for the tags and date that are listed at the bottom.

    #264503
    Skandha
    Participant

    @monnaywebedit: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .blog .hentry-inner {
        background-color: rgba(255,255,255,.5);
    }

    You can change the value .5 to change the opacity.
    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change Font of Blog Post title and exerpt’ is closed to new replies.