Text size.
hello, you can tell me how you can resize the text of article titles.
Thank you
Empordadigital.cat/gk/1
box.highlights .nspHeader {
font-size: 36px;
line-height: 43px;
}
Cyberek wrote:Please edit: /templates/gk_news2/css/override.css and add at its end:
- Code: Select all
box.highlights .nspHeader {
font-size: 36px;
line-height: 43px;
}
Please modify both values - first sets font size, second line height size.
Remember to enable "CSS override" in template settings - advanced section.
empordatv wrote:Cyberek wrote:Please edit: /templates/gk_news2/css/override.css and add at its end:
- Code: Select all
box.highlights .nspHeader {
font-size: 36px;
line-height: 43px;
}
Please modify both values - first sets font size, second line height size.
Remember to enable "CSS override" in template settings - advanced section.
To edit it, what I can do from the bakend or what I have to do for the served by ftp
Cyberek wrote:From the screenshot I see you are missing closing "}". The provided link also doesn't work (404) so I can't check it live.