Home › Forums › WoodMart support forum › color changes
color changes
- This topic has 9 replies, 2 voices, and was last updated 3 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
November 8, 2021 at 1:19 pm #330257
nkprlParticipantHi
i want to
change price color on products image 1
remove the select category in search box image 2
change color on product description image 3Attachments:
You must be logged in to view attached files.November 8, 2021 at 11:31 pm #330350
Elise NoromitMemberHello,
1. and 3. 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/
2. Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe
Choose the proper header type (your current) http://prntscr.com/iyd333
Find and edit the search http://prntscr.com/iyd3h3 you will find the option to disable category select there.
If you have any questions please feel free to contact us.
Best Regards
November 9, 2021 at 6:19 am #330384
nkprlParticipantthanks for the help
but i want to remove category selection next to search or make it black color
please see imageAttachments:
You must be logged in to view attached files.November 9, 2021 at 11:46 am #330465
Elise NoromitMemberHello,
What do you mean, please? You can disable the search drop-down as shown on the screen: https://gyazo.com/7476ec48aca016b0203673afbc2d938a
Best Regards
November 9, 2021 at 5:01 pm #330552
nkprlParticipantThanks again it was in front on my eyes !
and a last thing , my site displays 1 error in https://wave.webaim.org/.
Error = (The link contains no text)
The code is displayed in = image 1
and i think its the arrow on categories menu = image 2
I must correct the error so please tell me a way to ged rid of the arrow.
Please test it if you want to see yourselfAttachments:
You must be logged in to view attached files.November 10, 2021 at 9:37 am #330694
Elise NoromitMemberHello,
Today we have released a new version 6.2. Please make the full backup of your site and update the theme following this instruction: https://xtemos.com/docs/woodmart/update-theme-2/
This is issue has been fixed in this version.
If you have any questions please feel free to contact us.
Best Regards
November 10, 2021 at 1:23 pm #330801
nkprlParticipantOk i updated the theme on my locahost to test it before update the online site.
Where i can remove the arrows , i searched in header builder but no luckAttachments:
You must be logged in to view attached files.November 11, 2021 at 1:19 am #330951
Elise NoromitMemberHello,
The arrows in the category menu appear when you add either mega menu block, here is the tutorials on how to add: https://xtemos.com/docs/woodmart/create-menu-2/ so remove the blocks, or you have sub-menu items in the product category menu, you need to remove them.
If you cannot remove errors, insert the site credentials into the private content block below the text message I will show where and how in your site.
Best Regards
November 14, 2021 at 4:25 pm #331713
nkprlParticipantI managed to solve the previous problem thanks for your help.
Please see the images and help me to make the sku code, minus and plus signs also with the quantity number in black color because WAVE Web Accessibility Evaluation Tool finds them as errorAttachments:
You must be logged in to view attached files.November 15, 2021 at 8:57 am #331870
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product_meta > span span.sku { color: #000000; } body div.quantity input[type="button"] { color: #000000; border-color:#000000; } body div.quantity input[type="number"], body div.quantity input[type="button"] { color: #000000; border-color:#000000; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register