Home Forums WoodMart support forum Banner category Reply To: Banner category

#554116

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.