Viewing 5 replies - 1 through 5 (of 5 total)
  • The theme is using relative sizing which means when you change one, it affects others. For this theme, you would need to edit the font size for the “body” selector. Right now it’s this in your style.css

    body {
    font-size: 1.075em;
    font-family: 'Trebuchet MS', Helvetica, serif;
    }

    Basically you would add this to your child theme style.css

    body {font-size: 1.25em}

    Or whatever sizing you want. To find out what em is in px, you can use https://www.pxtoem.com

    Thread Starter dominiquejeann

    (@dominiquejeann)

    Hello

    thank you but this does not help me as the size of the body fonts are ok.

    There is ONLY on the front page widgets that the fonts are too small.

    So I want to know what code do I have to add in the style sheet to enlarge ONLY the fonts in front page widgets.

    Thank you for your help

    oh ok… the container that you would do a font size on is this:

    #bottom-group {
    font-size: 12px;
    }

    Whatever font size you want of course.

    Thread Starter dominiquejeann

    (@dominiquejeann)

    thank you so much to help me so quickly. I really appreciate it.

    I have added the code in the child theme but it does not work… look at https://porteursdereves.com. The font in the 2 bottom widgets, left to the video, are really too small… The titles are ok but the text under is too small..

    thank you

    @dominiquejeann….I just realized you are posting support for the commercial theme version of Celestial here. You need to move this to my site because this forum is only for the Celestial Lite. Took me a while to realize you’re on Celestial Reloaded. Please contact me from my website because I have a fix for you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Font size in front page widget’ is closed to new replies.