Home › Forums › WoodMart support forum › Banner category › Reply To: Banner category
April 2, 2024 at 11:28 am
#554116

Aizaz Imtiaz Awan
Keymaster
Hello,
Navigate to Theme Settings > Page Title > Pages title background > Set background image or color. You can set text in different colors depending on its background. It can be light or dark.
For the page title text, Add this below code in the Settings > Custom CSS > Global Custom CSS.
.wd-nav[class*="wd-style-underline"] .nav-link-text {
color: #dd2222;
}
Best Regards.