Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #659098

    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

    #659132

    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

    • This reply was modified 8 years, 4 months ago by Vinay.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.