Hi Telemaco,
i'm just a customer like you, but i think i can offer a few hints.
Follow this link to see where to put the CSS-Code for your custom-styles, how to find the right CSS-Rule ...:
customizing a template
The video shows the standard way to customize a color or a font-size in the customizer
and the custom css.
The default way is to check the customizer.
The custom.css ist overriting the settings of customizer.
The code you have to insert to the
custom.css (path see the video in the link):
Code:
form#productFilters {
margin-bottom: 10px; /* space after the filter-buttons */
}
h2, .uk-h2 {
font-size: 2em; /* smaller font-size, em->better for scaling */
line-height: 1.2em;
}
Greetings,
Christian
Last edit: 7 years 4 months ago by
cg.
Please Log in or Create an account to join the conversation.