Home › Forums › WoodMart support forum › few topics
few topics
- This topic has 14 replies, 2 voices, and was last updated 8 months, 1 week ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 27, 2024 at 2:45 pm #544287
IvanaParticipantHello,
I have three issues that I need your help with.1. wd dropdown product title font color – how to change it?
2. Sticky header wrong background color
3. Direct link to checkout page1. I changed the background color of wd dropdown, but now the color of product title is the same as background so it is not visible. How can I change the font color? You have screenshot.
2. I added css code to change the sticky header background color, but in the frontend it is white (wrong color). Can you please check? You have screenshot also.
3. I put direct link to checkout page, but it doesn’t work. Can you check? You have screenshot on which button I created the link.Thanks!
Attachments:
You must be logged in to view attached files.February 27, 2024 at 4:14 pm #544342
Aizaz Imtiaz AwanKeymasterHello,
01. 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.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
02. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .whb-sticked .whb-general-header { background: orange; }
03. Try to use the buy now button. Navigate to Theme Settings > Single Product > Buy Now > Select the redirection checkout page.
Best Regards.
February 27, 2024 at 4:46 pm #544359
IvanaParticipantHello,
thanks for your answer.
1. I don’t know what class to use, can you specify?
2. I already have that CSS code, but it doesn’t work on homepage. This is my code: .whb-sticked .whb-general-header {
background-color: #E9DCC8;
}3. I already configured to use Buy button on product page, but I want it on homepage on specific products. Can you please let me know how to do that?
If you need admin access, I can provide it.
Thanks, regards.
- This reply was modified 8 months, 1 week ago by Ivana.
February 28, 2024 at 10:26 am #544551
Aizaz Imtiaz AwanKeymasterHello,
Sorry to say I am unable to visit your site due to maintenance mode. Can you please share the wp logins details i will check and give you a possible solution.
Best Regards.
February 28, 2024 at 11:51 am #544602
IvanaParticipantSure, here they are.
February 28, 2024 at 3:26 pm #544700
Aizaz Imtiaz AwanKeymasterHello,
1. Can you please share the page URL where it is situated. I have not seen it on your site.
2. I have added the following CSS code in theme settings > custom css > global css area and it is working fine.
body .whb-sticked .whb-general-header { background: orange; }
Check back your site check the sticky header background color and change the color as per your requirements.
3. This button appears only on a single product.
Enable this option in Theme Settings -> Single product -> Buy now
https://xtemos.com/docs-topic/buy-now-button/If you want to add on specific products try to use the theme presets feature:
Here is our documentation on how to use it: https://xtemos.com/docs-topic/theme-settings-presets/Best Regards.
February 28, 2024 at 3:37 pm #544706
IvanaParticipantHello,
1. You have screenshot in the attachment. You can see it in search form and search results page for example.
2. Ok, I will check.
3. I want to add URL on the button Shop now on homepage. You have screenshot also. I configured it with Product ID but it does not work.
Regards
Attachments:
You must be logged in to view attached files.February 28, 2024 at 3:56 pm #544719
IvanaParticipantI solved in the meantime issue 3.
So, I need help only with the issue 1.
February 29, 2024 at 10:35 am #544948
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.autocomplete-suggestion .wd-entities-title { color: #020202; }
Best Regards.
February 29, 2024 at 11:59 am #544998
IvanaParticipantHello,
I added it, but nothing changed. Feel free to test by yourself.
Regards.
February 29, 2024 at 2:41 pm #545059
Aizaz Imtiaz AwanKeymasterHello,
Now check back your site and check the issue. The css is working fine on your site.
Best Regards.
February 29, 2024 at 2:51 pm #545064
IvanaParticipantHello,
great, now the changes are visible, after you added !important in the code.
One more thing, the same thing but in shop navigation products. I put the screenshot in the attachment.
Thanks!
Attachments:
You must be logged in to view attached files.February 29, 2024 at 5:20 pm #545121
Aizaz Imtiaz AwanKeymasterHello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wd-product-nav-desc .wd-entities-title { color: red !important; }
Best Regards.
February 29, 2024 at 6:29 pm #545147
IvanaParticipantGreat, thank you!
Best regards
March 1, 2024 at 10:34 am #545286
Aizaz Imtiaz AwanKeymasterMost Welcome!!!.
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: checkout direct link, sticky header, wd dropdown
The topic ‘few topics’ is closed to new replies.
- You must be logged in to create new topics. Login / Register