Bigger fonts in HOME page

Home Forums Gillion Theme Bigger fonts in HOME page

Home Forums Gillion Theme Bigger fonts in HOME page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • krollemurow
    Participant

    How can I make this tittle bigger? http://prntscr.com/mp4592

     

    This element on home page is “Blog post, mini1 style”

    I notice that Tittle of this element’s posts are H4

     

    I changed In Theme options > Styling H4 from 12 to 24 font size but its not working.

     

    How can I make this tittle font bigger ?

    my site is najednejlinie.pl

    Solution for this topic

    Hi @krollemurow,

     

    I hope you are well today and thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container .blog-style-mini1 .post-title h4 {
        font-size: 24px !important;
    }

     

    Best regards,
    Shufflehound team

    krollemurow
    Participant

    Thank you.

    It works 🙂

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)