IS it possible to manage char and font dimension of article’s title with css code?
Click here
Thanks
Antonio
Hey Antonio,
Do you mean that you want to change the size of the text? If so, yes that should be possible. I couldn’t find anything like in your screenshot on the page you linked to though?
Best regards,
Rikard
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
h3.slide-entry-title a {
font-size:16px!important;
color:red!important;
}
Best regards,
Vinay
Thanks so much !
Antonio