Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1000983

    Hi
    I’d like to change the font size on my blog posts and blog sidebar to 15.
    I found a css code on this support forum that helped me change the blog posts itself;

    .post .entry-content p {
    font-size: 15px;
    }

    On my homepage though I have the most recent blog posts displayed partly, but they are still in a larger font (18), and the sidebar on the blog page also has a larger font. How can I change those too?

    Thanks!

    Elisabeth

    #1000990

    Hey Elisabethkaasa,

    Add this to quick css:

    .slide-entry-excerpt.entry-content{
    font-size:15px!important;
    }
    
    aside.sidebar{
    font-size:15px!important;
    }

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.