Home Forums WoodMart support forum How to change the look of this?

How to change the look of this?

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #556406

    kasper
    Participant

    Hello 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.
    #556478

    Luke Nielsen
    Keymaster

    Hello,

    Send me access to the admin panel so I can look closer at this form.

    Thank you in advance.

    Kind Regards

    #556480

    kasper
    Participant

    Hello Luke,

    That is sadly not possible. It’s on the single product page.

    #556558

    Luke Nielsen
    Keymaster

    At least send me the URL link to that page.

    Looking forward to collaborating with you!

    Kind Regards

    #556559

    kasper
    Participant

    You’ll find it in the ‘Extra information’, as i don’t want it public.

    #556722

    Luke Nielsen
    Keymaster

    Hello,

    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

    #556751

    kasper
    Participant

    This is rather unfortunate as it adds a border to all existing forms on the website. Any option to just make it happen on the single product pages?

    • This reply was modified 8 months ago by kasper.
    • This reply was modified 8 months ago by kasper.
    #556784

    Luke Nielsen
    Keymaster

    Hello,

    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

    #556835

    kasper
    Participant

    Thank 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.
    #557244

    Luke Nielsen
    Keymaster

    Hello,

    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

    #557255

    kasper
    Participant

    Thank you. Will this also work for the other dropdown menus in my header?

    #557326

    Luke Nielsen
    Keymaster

    Hello,

    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

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