Home Forums Jevelin Theme "Pricing Table" change from headline to "normal" Reply To: "Pricing Table" change from headline to "normal"

Home Forums Jevelin Theme "Pricing Table" change from headline to "normal" Reply To: "Pricing Table" change from headline to "normal"

Hi @Pyrotechnix,

 

I hope you are well today and thank you for your question.

 

Are you talking about the titles as shown in the attached screenshot?

 

If yes then they are displaying in h2 tag and not h3 tags.

 

You can change it to display like normal font by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

#page-container .sh-pricing-name h2 {
    font-size: 23px;
    font-weight: 100;
}

 

 

Best regards,
Shufflehound team

Attachments:
You must be logged in to view attached files.