I followed the custom css instructions on ticket #274266 to target my page heading title and subtitle for a few pages and size them differently. Worked perfectly.
However, when I try to follow the same procedure for adjusting these font sizes in the header of my blog page, it doesn't work.
I followed the custom css instructions on ticket #274266 to target my page heading title and subtitle for a few pages and size them differently. Worked perfectly.
However, when I try to follow the same procedure for adjusting these font sizes in the header of my blog page, it doesn't work.
Any suggestions? Thanks!
Hey!
body.blog #page-header-bg .subheader { font-size: 38px !important; } body.blog #page-header-bg h1 { font-size: 54px !important; }
Salient Support Team
Thank you for the quick reply and the help. Problem solved.