Hi support,
A customer wants to have a subheading line that is larger in font size and is colored.
Please see link below.
Fees & Policies – All Clients
Including a List of Available Services (need to adjust font size here and color)
Hey Keith,
Add this to quick css and adjust to what you need:
.av-subheading.av-subheading_below p{
font-size:20px!important;
color:red!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
I need to make sure this affects only the heading on this particular page. Not the rest of the site. Can you confirm?
Hi khickman,
Then you need to add the page is class:
#top.page-id-974 .av-subheading.av-subheading_below p{
font-size:20px!important;
color:red!important;
}
Best regards,
Victoria
Thank you Victoria!
Hi khickman,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria