Text Size

Support Area Forums Elite Text Size

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.nadinedebetaz.com/?page_id=2311
  • Author
    Posts
  • #37492
    Simon Payot
    Participant

    Hi,

    I don’t find the place to change the size of the text that is in UL (in html).
    I changed it for the general text but can’t change it to 1em for UL and IL.

    Can someone help ?
    Thank you !
    Best
    Simon

    #37493
    Bill Robbins
    Moderator

    Hi Simon,

    Good question. There isn’t a separate control for list text, but you can still change it. In the customizer, click on the Advanced section and go to the spot for Custom CSS. Enter this there:

    
    ol,
    ul {
         font-size: 1em;
    }
    

    That will change ordered and unordered lists to 1em. That may still be overwritten by something more specific like the font size in a widget. If that happens, let me know and we can get a bit more specific.

    Take care,
    Bill

    #37582
    Simon Payot
    Participant

    Thank you very much Bill !
    Have a great day

    #37584
    Bill Robbins
    Moderator

    You too Simon 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Text Size’ is closed to new replies.