Home Forums WoodMart support forum I need help with topic #312705

I need help with topic #312705

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

    shakoor
    Participant

    Text of your message
    The Custom CSS i provided is to make the sticky add to cart button to be always displayed…….
    _____
    .wd-sticky-btn {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

    his code
    ______________________________
    I need a little favor from you
    The above code has been installed
    Now I want to change the shape from a rectangle to a circle or an oval
    With custom color from my end
    See the attached picture
    Figure number one 1 _ Hua the installed figure
    Figure 2 is the shape I want

    Eagerly waiting for your reply

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

    Hello,

    Please share the page URL so I will give you the custom CSS code.

    Best Regards.

    #313844

    shakoor
    Participant
    #313968

    shakoor
    Participant

    No response

    #314033

    Hello,

    Please use the below custom CSS code:

    .wd-sticky-btn .quantity:not(.hidden)+.single_add_to_cart_button {
        padding-right: 20px;
        width: 70%;
        margin-right: auto;
        margin-left: 0;
        border-radius: 50px;
    }
    
    .wd-sticky-btn div.quantity {
        background: #b5a373;
        border-radius: 50px;
        margin-right: 10px;
    }

    Best Regards.

    #314199

    shakoor
    Participant

    Very nice what you made for me thank you
    But the excerpt was consistent
    I asked for support earlier by making it stable without any movement
    And now with stirring, you find it appears and disappears

    ________
    Look, I asked for support previously, and it was fixed, and this code was given to me
    .wd-sticky-btn {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }

    …….
    And now after the beautiful meal, it moves and appears and disappears
    I want it fixed

    #314204

    shakoor
    Participant

    Please review it on your desktop as well
    The entry site is not in the right place

    #314232

    Hello,

    You need to put all the CSS code in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-sticky-btn {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    }
    
    .wd-sticky-btn .quantity:not(.hidden)+.single_add_to_cart_button {
        padding-right: 20px;
        width: 70%;
        margin-right: auto;
        margin-left: 0;
        border-radius: 50px;
    }
    
    .wd-sticky-btn div.quantity {
        background: #b5a373;
        border-radius: 50px;
        margin-right: 10px;
    }

    Then the button will remain fixed and also change its shape as you required.

    Best Regards

    #314438

    shakoor
    Participant

    Please see the picture there is a light gray background
    Can it be hidden?

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

    Hello,

    I saw the screenshot you attached.

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-sticky-btn div.quantity input[type="button"] {
        background-color: transparent;
    }

    Best Regards

    #314621

    shakoor
    Participant

    Thank you really the technical support I get is better than any template I have purchased before
    Thank you to all of you who created this unique template

    I have some important upgrades, how do I get them?
    please guide me
    I also have a question about the hosting that has beta mode for the template
    Because I see the speed of response of the template when hosting you are very excellent
    And the hosting that I am subscribed to, there is a slow response
    Can you provide me with the hosting link you are working on for the template?
    I also have a question about the Basil template
    Is the control panel for the Basil template different from woodmart, or is it the same thing?
    Please provide some information for the above inquiries

    #314693

    Hello,

    We use a dedicated server for all our websites. We suggest you use BlueHost for example as a good service for WordPress websites or you can go with any one which fits your needs.

    Basel and woodmart are different templates. You can find the questions about the Basel Theme in its forum https://xtemos.com/forums/forum/basel-premium-template/.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘I need help with topic #312705’ is closed to new replies.