Hello,
How to change the title case from UPPER to lower case and font size on the blog page?
See the link.
Thanks
Hey Harris,
Please try the following in Quick CSS under Enfold->General Styling:
.blog .slide-entry-title {
text-transform: none;
}
.blog .slide-entry-title a {
font-size: 16px;
}
Best regards,
Rikard
Hey. I added !important and it worked for the title change.
Trying to do the line-height to reduce the space and it is not working. Any suggestions?
Thanks.
.blog .slide-entry-title {
text-transform: none !important;
}
.blog .slide-entry-title a {
font-size: 15px;
line-height: 10px;
}
Hi,
Please try this CSS as well:
.blog .slide-entry-title {
line-height: 0.8em;
}
Best regards,
Rikard
Hey,
Thanks, it worked like this with !important
.blog .slide-entry-title {
line-height: 0.5em!important;
}
Hi,
Did you need additional help with this topic?
Best regards,
Jordan Shannon
No thanks.
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon