Skip to content
Public Ticket #2990

custom colors

Conversation thread

PenciDesign replied

Staff Reply

Hi,

1 & 2/ This theme supports you can change font for all your heading titles via Customize > General Options > Font for Heading Titles

To change color for h2 & h3 on single post pages, please add more this code to Customize >Custom CSS:

\
.post-entry h2, .post-entry h3, .wpb_text_column h2, .wpb_text_column h3{ color: #ff0000;  }

Change colour code ff0000 to any color code you want. You can get a color code here

To change the color for page titles, please add more this code to Customize > Custom CSS:

\
.penci-page-header h1{ color: #ff0000 }\

Change colour code ff0000 to any color code you want.

Best Regards,

PenciDesign

sonorita started the conversation

Conversation Start

Hello,

I'd like to know how to do 2 things:

1. Change the color and font of the H2 and H3 headings

2. Change the color and font of the page titles

Thank you!

Want to join this conversation or access attachments? Sign in first.