Home › Forums › WoodMart support forum › How to change the uppercase letters of the menu bar to lowercase, see screenshot › Reply To: How to change the uppercase letters of the menu bar to lowercase, see screenshot

Aizaz Imtiaz Awan
Hello,
1- Sorry to say but right now for the Attribute you can either have Image Swatch or Text Swatch, you can’t have both at the same time as you are asking. Although, the Tool Tip shows for the Attributes as you hover over the Swatches: https://snipboard.io/0PTY5N.jpg
2- Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
[class*="wd-swatches"].wd-bg-style-2 .wd-swatch.wd-bg {
width: 1.5em !important;
height: 1.5em !important;
}
You can change the value of width and height here according to your choice. Remember to have the same value for width and height in order to have a circular Swatch style.
3- Please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.blog-style-shadow .article-body-container .wd-entry-meta { display: none !important; }
.blog-style-shadow .article-body-container .hovered-social-icons { display: none !important; }
Best Regards