Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1020863

    Is there an easy Quick CSS way to make the vacation selection stand out more? So when a customer click the size for example, the button is barely bolded so it’s hard to see that your selection was made.

    • This topic was modified 6 years, 1 month ago by Rgrant74.
    #1021000

    Hey Rgrant74,

    I’m not following what you mean, what is the vacation selection? What exactly are you looking to change?

    Best regards,
    Rikard

    #1021066

    I want that when someone selects a variation (example S for size small), the selected button/icon is more bold or a different colour outline, so that it stands out more. Currently, there is not much difference in the way a selected variation button looks and one that is not selected.

    #1021154

    Hi,

    Ok, so you want to add a colour to the active selection maybe? If so then please try this in Quick CSS:

    .adsw-attribute-option .meta-item-text.active {
        border: 1px solid #6f6f6f;
        color: green;
    }

    You have active caching on the site, please remove that before checking the changes. When not to use a caching plugin

    Best regards,
    Rikard

    #1021311

    This is perfect. Thank you

    #1021393

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.