Home › Forums › WoodMart support forum › Banner category
Banner category
- This topic has 11 replies, 3 voices, and was last updated 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 1, 2024 at 7:47 pm #553968
lucachenParticipantgood evening, can you explain to me how to make a white background throughout the site and dark blue writing
thank you
Attachments:
You must be logged in to view attached files.April 2, 2024 at 11:28 am #554116
Aizaz Imtiaz AwanKeymasterHello,
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.
April 6, 2024 at 4:11 pm #555425
lucachenParticipantGood morning, it doesn’t come out as I would like, I would like the background to be all white without any images and the characters in dark blue
Thank you
April 8, 2024 at 9:58 am #555591
Aizaz Imtiaz AwanKeymasterHello,
Navigate to Theme Settings > Page Title > Pages title background > Set background color “White” and remove the background image.
https://ibb.co/88hybhVAnd, Add this below code in the Settings > Custom CSS > Global Custom CSS.
.wd-nav[class*="wd-style-underline"] .nav-link-text { color: #0970ff; }
Best Regards.
April 8, 2024 at 4:57 pm #555749
lucachenParticipantgood morning, I didn’t have any background image, I tried to make the change you suggested. but I can’t get the result I wanted.
Thank you
https://www.awesomescreenshot.com/video/26534837?key=a36efb97b089023e805fb449f9bd619eApril 9, 2024 at 10:38 am #555919
Aizaz Imtiaz AwanKeymasterHello,
Please update the new version of the theme “WOODMART WordPress NEW: 7.4.3 RELEASED” and update the required plugin and check the option.
https://xtemos.com/docs-topic/update-the-theme/If the issue remains, share the wp logins details so i will check and give you a possible solution.
Best Regards.
April 9, 2024 at 6:18 pm #556110
lucachenParticipantGood morning, I updated the theme to the new version, applied the code to the global css and the current result is. I wanted a white background which is not accepted and all the writing in dark blue.
help, thank you
Attachments:
You must be logged in to view attached files.April 10, 2024 at 11:38 am #556255
Bogdan DonovanKeymasterHello,
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
April 13, 2024 at 3:34 pm #557065
lucachenParticipantThank you
April 15, 2024 at 10:29 am #557213
Aizaz Imtiaz AwanKeymasterHello,
Your issue has been resolved. Navigate to Pages > Edit Shop Page > In the Bottom of the Page Settings configure the page title.
And added the following custom css code in Theme Settings > Custom CSS > Global Custom CSS.
.wd-nav[class*="wd-style-underline"] .nav-link-text, .wd-nav-product-cat .nav-link-count { color: blue !important; }
Best Regards.
April 16, 2024 at 12:53 pm #557648
lucachenParticipantgood morning, I made color changes to black, I also wanted to change two colors, the black arrow and the quantity available in grey.
Thank you
.wd-nav[class*=”wd-style-underline”] .nav-link-text, .wd-nav-product-cat .nav-link-count {
color: black !important;
}
.page-title .entry-title.title{
color: black;
}Attachments:
You must be logged in to view attached files.April 16, 2024 at 4:31 pm #557739
Aizaz Imtiaz AwanKeymasterHello,
And added the following custom css code in Theme Settings > Custom CSS > Global Custom CSS.
.page-title, .wd-action-btn>a { color: blue; } .wd-nav-product-cat .nav-link-count { color: #9f9393; }
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register