I am using the following:
.about {
font-size: 50px;
color: #d13d32;
padding-top: 10px;
}
I use it in the custom .css field and attempt to add it on http://www.mr-senor.com/about-us/ but it does not work. is there an issue with the custom .css area? My other custom .css works. Please advise
Hey webdevsd,
Please try adding the page ID that is available when you right click and inspect the page body tag to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/* About page */
.page-id-9 {
font-size: 50px!important;
color: #d13d32!important;
padding-top: 10px!important;
}
Best regards,
Vinay