How do I add extra style (bold or uppercase lettering) to my titles or descriptions?

Created by Mike B, Modified on Thu, 07 May 2020 at 01:33 PM by Mike B

To change the category titles, add this code to the Custom CSS option in your theme or by clicking the "Customize" feature in WordPress.

/Title/

.price_wrapper .name-price-desc .name.a-tag { text-transform:uppercase; font-weight:normal; }

/Service Description/

.price_wrapper .name-price-desc .desc.a-tag { color:lightskybluegrey; padding-bottom:5px; padding-top:5px; }

/Price tag/

.price_wrapper .name-price-desc .spl-price.a-tag { font-weight:normal; }

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article