Home › Forums › WoodMart support forum › Page title adjustment
Page title adjustment
- This topic has 7 replies, 2 voices, and was last updated 1 year, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
December 14, 2023 at 10:13 pm #521779
ReneParticipantHi there,
Good day! I hope the Woodmart team is well.
How can i adjust the following?
1: Page title category text to only 1 capital letter, instead all uppercase? (Please see image 1 in priv content)
2: Change text colour of page title category dropdown? (Please see image 1 in priv content)
3: Change colour and hover colour of page title category dropdown product count? (Please see image 1 in priv content)
4: Change colour and hover colour of page title category text product count ? (Please see image 1 in priv content)5: Color the video and image enlarge button on single product pages? (Please see image 2 in priv content)
6: How to apply the pre-set properly to product pages? Please see image 2. I’ve made some pre-sets to apply some text before the add to cart button, based on Term ID is equal to “xxxx” Tag. How ever it isnt applying properly i think. I’ve ran all wo otools ,and flusched all caches, but no result, double checked ect.(Please see screen shots, login en other in private)
Many thanks in advance and have a great day,
December 15, 2023 at 7:48 pm #522088
Aizaz Imtiaz AwanKeymasterHello,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
https://ibb.co/wWxJTwQHere is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
05. Please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.wd-action-btn.wd-style-icon-bg-text>a { background-color: #d30707 !important; color: #fbe9e4 !important; }
06. For this issue, I will contact the lead developer and then I will give you a possible solution.
Best Regards.
December 16, 2023 at 5:21 pm #522215
ReneParticipantDear Aizaz,
Good day!
Many thanks for your reply.About question 1 to 4:
This does not solve the issue to be really honest. I’m looking for the CSS selectors to invert the colours of the:
-background
-tekst
-product count
– and hover colorOf the secondary and flyout 3rd level page title’s on PC and mobile. Please see explaing image in priv content.
Could you please recheck it?I think the link tekst will be something like this, but i need to know for sure ;):
.wd-nav[class*=”wd-style-underline”] .nav-link-text::after {
}About 5: solved! Many many thanks!
About 6: rorger that, i’ll await.
Have a great day,
Br. René
December 18, 2023 at 2:01 pm #522538
Aizaz Imtiaz AwanKeymasterHello,
1. Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Global CSS section:
.wd-nav[class*="wd-style-underline"] .nav-link-text { text-transform: capitalize; }
2. You can change the color by using the below custom CSS code:
.wd-sub-menu li>a { color: #ea0838; }
3. Please use the below custom CSS code:
.wd-nav-product-cat .nav-link-count { color: rgb(223 6 6 / 60%); } .wd-sub-menu li>a:hover { color: rgb(26 216 143 / 80%); }
4. Please use the below custom CSS code:
.wd-nav[class*="wd-style-"]>li:hover>a { color: rgb(74 212 22 / 80%); }
Best Regards.
December 20, 2023 at 9:36 pm #523488
ReneParticipantDear Aizaz,
Good day!
Many thanks for your solutions and great support.
The page titles adjustments are all solved.Only the template issue based on Term ID is equal to “xxxx” Tag remains.
I’ll await the futher checkings by your lead developer.Many thanks and have a great day,
Br. René
December 22, 2023 at 12:58 pm #523973
Aizaz Imtiaz AwanKeymasterHello,
I have confirmed with the lead developer and he tells me that, you need to select the condition
"Single posts from term"
(https://prnt.sc/Y–lvqPiMyUB) because the"Term ID"
condition is for an archive page and not a single page.Best Regards.
December 22, 2023 at 2:37 pm #524013
ReneParticipantDear Aizaz,
Good day!
It’s working like a charm.
Many thanks!
Have a great day
Br. Rene
December 22, 2023 at 2:38 pm #524014
Aizaz Imtiaz AwanKeymasterSounds Great! that your issue has been solved.
I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.
We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: Page title color
The topic ‘Page title adjustment’ is closed to new replies.
- You must be logged in to create new topics. Login / Register