Home › Forums › WoodMart support forum › How to change the look of this?
How to change the look of this?
- This topic has 11 replies, 2 voices, and was last updated 8 months ago by Luke Nielsen.
-
AuthorPosts
-
April 11, 2024 at 9:12 am #556406
kasperParticipantHello there,
I wondering about how to edit the two parts marked with red. I need to make it obvious for the consumer about having to choose these options.
How can i add a color to the plus and minus. How can i add a border?
How can i add a background for the option that they have to choose?
Attachments:
You must be logged in to view attached files.April 11, 2024 at 11:29 am #556478
Luke NielsenKeymasterHello,
Send me access to the admin panel so I can look closer at this form.
Thank you in advance.
Kind Regards
April 11, 2024 at 11:31 am #556480
kasperParticipantHello Luke,
That is sadly not possible. It’s on the single product page.
April 11, 2024 at 2:31 pm #556558
Luke NielsenKeymasterAt least send me the URL link to that page.
Looking forward to collaborating with you!
Kind Regards
April 11, 2024 at 2:33 pm #556559
kasperParticipantYou’ll find it in the ‘Extra information’, as i don’t want it public.
April 12, 2024 at 10:00 am #556722
Luke NielsenKeymasterHello,
1. Navigate to Theme Settings -> Styles & Colors -> Forms and set the “Form border width” – https://prnt.sc/hrOVjbcaTLZL
2. The code below will help you to add the color to the plus and minus buttons:
.single-product .summary-inner .minus, .single-product .summary-inner .plus { color: red; }
Kind Regards
April 12, 2024 at 10:41 am #556751
kasperParticipantApril 12, 2024 at 11:45 am #556784
Luke NielsenKeymasterHello,
Yep, I suggest using theme presets for this purpose. Here is our article on how to use theme: https://xtemos.com/docs-topic/theme-settings-presets/
Kind Regards
April 12, 2024 at 2:56 pm #556835
kasperParticipantThank you for assisting.
Could you help me how to change the color of this dropdown menu text?
Attachments:
You must be logged in to view attached files.April 15, 2024 at 11:30 am #557244
Luke NielsenKeymasterHello,
Try to use the code below for help:
.wd-dropdown-my-account .wd-sub-menu li a{ color: #333; }
Thank you for your time and have a good day!
Kind Regards
April 15, 2024 at 11:37 am #557255
kasperParticipantThank you. Will this also work for the other dropdown menus in my header?
April 15, 2024 at 2:31 pm #557326
Luke NielsenKeymasterHello,
The above code is only for the menu from My account. If you want to change all text from dropdowns in the header, I suggest using our Advanced Typography functionality in Theme Settings -> Typography -> Advanced -> create a rule with the dropdowns of the second level – https://prnt.sc/Xdi_npZdS62v, then all dropdowns from the header will have the same color for the links.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register