Tagged: sidebar
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
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
Great !
Could you tell me how decrease the space between the lines of the text (sidebar p) ?
Thanks for your help
Hi,
Please try this as well:
.sidebar p {
line-height: 20px !important;
}
Best regards,
Rikard
Perfect ! thank you Rikard !