Modify text-transform
AnsweredCan we somehow remove text-transform: uppercase from admin panel?
We do not like when we have all caps H1...
-
Official comment
Hi,
You can add the following code to your child theme, wp_custom.less file in order to remove the uppercase text transform.
h3 {
text-transform: none !important;
}
More details on how to add customizations or extend functionality of Magento and Pearl theme in the article below:
Comment actions
Please sign in to leave a comment.
Comments
1 comment