Home Forums Pro Themes Education Hub Pro News & Events Headings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28664
    nahs
    Participant

    Is there a way to change the size of the “What’s New” & “Events” headings?

    #28667
    wensolutions
    Keymaster

    Hello @nahs

    To increase the font size you can use simple CSS code.

    For this goto Admin Panel > Customize > Appearance > Customize > Additional CSS and paste the below CSS

    .recent-news h2, .recent-events h2 {
        font-size: 25px; 
    }

    Hope this helps.

    If you have any problem further, feel free to post them and we will happily assist you.

    Best Regards!!

    #28710
    nahs
    Participant

    Thank you so much for the rapid response! I added the custom CSS, pressed “Save and Publish” but when I try to exit the Customization bar, the message about losing my changes keeps popping up and when I choose to leave, all my changes are lost, which includes corrections I made to unmatched brackets.

    #28776
    wensolutions
    Keymaster

    Hello @nahs,

    While we have tested the code on our side the code seems to be working fine.

    Please make sure you have copied the complete code block we have provided including the braces ( } ) at the end and try saving the CSS again.

    Please let us know how it goes.

    Hope this Helps,

    Best Regards !!

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