Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #732155

    Hi

    I would like the decrease the size of the title in the side bar “newsletter” for example and also decrease the size of the text under the title.
    Could you explain me the settings to make ?

    Thanks for your help

    #732475

    Hey sandra1307,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sidebar h3.widgettitle {
        font-size: 20px !important;
    }
    
    .sidebar p {
        font-size: 14px !important;
    }

    Best regards,
    Rikard

    #732578

    Great !
    Could you tell me how decrease the space between the lines of the text (sidebar p) ?

    Thanks for your help

    #732981

    Hi,

    Please try this as well:

    .sidebar p {
        line-height: 20px !important;
    }

    Best regards,
    Rikard

    #734753

    Perfect ! thank you Rikard !

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Size's text in sidebar’ is closed to new replies.