Home Forums WoodMart support forum Some litte styling pls

Some litte styling pls

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236636

    Verisato
    Participant

    Hello, last time you helped me well. I hope you can help me again. I would like to have the swatches without the black underline. (Image 1) Is that possible?

    I also have the problem that with the sticky btn the link scrolls back up to the top of the page. (Picture 2)
    Is it possible to set it as follows:
    1. Customer has not selected a size -> button indicates that the customer should select the size and scrolls again to select the size.
    2. Once the customer has selected a size, the button should put the item in the shopping cart.

    If this differentiation between the two different processes is not possible, then it would be sufficient for me if the button always puts the article in the shopping cart. If no size is selected at this time, the customer should receive the message via Woocommerce that he should select the size anyway.

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

    Hello,

    I saw the screenshots you attached. To remove the border on the swatch. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-swatch:hover:after {
    	display: none;
    }
    .woodmart-swatch:after {
    display: none;
    }

    2) Sorry but this is the default behavior of the sticky add to cart button that it scrolls up. And there is no option in Theme Settings to configure as you mentioned.

    Regard’s.
    Xtemos Studios.

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