Tagged: 

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

    Two things actually:

    1. I’d like to make the blog titles more bold. The font is set to Raleway. How do I do this?
    2. I’d like to add spacing (let’s say 20px) between the title and the excerpt in the blog grid. How do I do this?

    THANK YOU! Huge fan of the Enfold theme.

    #626273

    Hey paigebattcher,

    Thank you for the kind words :)

    Please try adding this code to the Quick CSS field in the theme administration panel in your WordPress admin area or to your child themes style.css file:

    
    .post-title.entry-title {
        font-weight: 900!important;
        margin-bottom:20px;
    }
    
    

    Best regards,
    Vinnie

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