• Hi, I’d like to be able to make the font for the text under the Corporate Service Widgets slightly larger. What would be the CSS for this? I can find the header title CSS in the file but not for the text underneath them.

    I’m looking specifically to make the intro text underneath the widget titles (About Us, Contact, etc.) and above the “Read more” to be bigger. The link is https://7d6.b0f.myftpupload.com/

    Thank you!!

Viewing 1 replies (of 1 total)
  • For that, you just have to add below css:

    .service-block-item-excerpt {
        font-size: 18px; //size you like in px
    }

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Corporate Service Widget Font Size’ is closed to new replies.