Home Forums WoodMart support forum color changes

color changes

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #330257

    nkprl
    Participant

    Hi
    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 3

    Attachments:
    You must be logged in to view attached files.
    #330350

    Hello,

    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

    #330384

    nkprl
    Participant

    thanks for the help
    but i want to remove category selection next to search or make it black color
    please see image

    Attachments:
    You must be logged in to view attached files.
    #330465

    Hello,

    What do you mean, please? You can disable the search drop-down as shown on the screen: https://gyazo.com/7476ec48aca016b0203673afbc2d938a

    Best Regards

    #330552

    nkprl
    Participant

    Thanks 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 yourself

    Attachments:
    You must be logged in to view attached files.
    #330694

    Hello,

    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

    #330801

    nkprl
    Participant

    Ok 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 luck

    Attachments:
    You must be logged in to view attached files.
    #330951

    Hello,

    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

    #331713

    nkprl
    Participant

    I 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 error

    Attachments:
    You must be logged in to view attached files.
    #331870

    Hello,

    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

Viewing 10 posts - 1 through 10 (of 10 total)