Hello, how can i enlarge the font in the page title?
best regards, jelle vanhijfte
Hey jeel147,
Please try the following in Quick CSS under Enfold->General Styling:
h1.main-title {
font-size: 30px;
}
Best regards,
Rikard
hmmm, does not seem to do anything rikard…
ive put font-size 130 px in it and the result is the same…
Hi,
Thank you for the update.
The css files are currently compressed which is probably why the modifications are not taking effect. Please toggle or temporarily disable the Enfold > Performance > File Compression settings. By disabling the file compression settings, you will be able to make the necessary adjustments and updates without any conflicts. Once you have made the required modifications, you can re-enable the file compression settings to optimize the performance of your website.
If the css code above is still not working after disabling the file compression, please replace it with this css code before re-enabling the file compression.
#top .title_container .main-title {
font-size: 30px;
}
Best regards,
Ismael