For inside new pages: Can you tell me the css code for: Font color of paragraph text Font color of H1 text Indent left and right padding Thank you.
Hello, 1. For paragraph text color following CSS code is used in theme. Code: .content p { color: #444444; } 2. For H1 text color following CSS code is used in theme. Code: .page-intro .left-intro h1 { color: #FFFFFF; } 3. For padding on this page following CSS code is used in theme. Code: .content-wrapper .content { padding-top: 25px; padding-right: 10px; } Thanks & Regards Yogesh Bhade