Hi,
I know this has been covered in this forum, but after trying some of the suggestions, I can't seem to get get the Special Heading on my Page to change. http://www.rinconevents.com/events/ I want to change the font and color of "EVENTS" on this page. Thanks.
Feature Headings Special Headings Font
4 posts from 2 voices-
Posted 3 months ago #
-
Hi jwestfall,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top.page-id-18 .special_heading { font-size: 33px; font-family: Times; color: #CC2; }See font-family information here: http://www.w3schools.com/cssref/pr_font_font-family.asp
Regards,
Devin
Posted 3 months ago # -
Thanks Devin, this worked, but how do i get it so that all the pages Special headings are the same?
Posted 3 months ago # -
In that case, just remove the page id class selector:
#top .special_heading { font-size: 33px; font-family: Times; color: #CC2; }Posted 3 months ago #
Reply
You must log in to post.














