This topic has 1 reply, 2 voices, and was last updated 9 years by sharmstr.

  • Author
  • #75897
     ixixy
    Participant

    I would like my fonts to be in percentages instead of px. I tried adding my values to the Quick CSS box, but the font sizes in the ‘Font Menu’ overrides anything in the Quick CSS:

    COPY CODE
    
    body {
    font-size: 16px;
    }
    
    p {
        font-size: 108% !important;
        line-height: 1.3 !important;
    }
    
    li {
        font-size: 108% !important;
        line-height: 1.3 !important;
    }
    
    h1 {
    font-size: 235% !important;
    
    h2 {
    font-size: 150% !important;
    }
    
    h3 {
    font-size: 120% !important;
    }
    
    h4 {
    font-size: 115% !important;
    }
    

    I would appreciate any help or feedback you may have to offer.
    Thank you

    #75918
     sharmstr
    Moderator

    If they are links, like in menus, breadcrumbs and post titles, you need to and an a

    li a

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

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

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?