Home Forums Space themes support forum Buttons setup everywhere. (Buttons with radius)

Buttons setup everywhere. (Buttons with radius)

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

    laszlo.fesus
    Participant

    Hi,
    I would like to edit the default buttons (ie. Add To Cart button to rounded) style, just like in this topic:
    https://xtemos.com/forums/topic/remove-radius-everywhere/
    However I can not find button styles in Theme Settings like on the screenshot in the above topic.

    Where can I modify the button styles?
    Thanks!

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

    Luke Nielsen
    Keymaster

    Hello,

    By default, we do not have such an option. Clarify where you want to make them rounded so we will provide a custom CSS.

    Kind Regards

    #671660

    laszlo.fesus
    Participant

    Where can I setup/choose these buttons for the Add To Cart button?
    https://space.xtemos.com/demo/hitek/buttons/

    • This reply was modified 1 week, 5 days ago by laszlo.fesus.
    #671681

    Luke Nielsen
    Keymaster

    In your first response, you reference the WoodMart theme, but the Hitek theme doesn’t have button rounding options in Theme Settings. In your second response, you reference the button element from Elementor page builder which has built-in styles including rounded button styles, but the Add to cart button and the builder element don’t share common options and styles, and as already mentioned, our Hitek theme doesn’t have built-in options for rounding the Add to Cart button. To add rounding to this button, you need to use the following custom code which should be added to the Global Custom CSS Area in Theme Settings.

    body :is(.add_to_cart_button, .single_add_to_cart_button) {
      border-radius: 25px;
    }

    If you need to modify any other buttons, write to us and we will provide you with instructions or modified custom code.

    Kind Regards

    #671685

    laszlo.fesus
    Participant

    Thank you!
    I tried this with no success. The Add To Cart button is still not rounded.

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

    Luke Nielsen
    Keymaster

    I see that you have a cache. Try to clear it and then recheck the issue.

    Kind Regards

    #671697

    laszlo.fesus
    Participant

    It is not cache related. When I check the website in the backend it does not use cache.
    (I cleared the entire cache too, no change.)

    #671699

    Luke Nielsen
    Keymaster

    Send access to the admin panel so we can investigate that issue.

    Kind Regards

    #671701

    laszlo.fesus
    Participant

    Here you go.

    #671719

    Luke Nielsen
    Keymaster

    After clearing the Redis Object Cache, the changes were applied.

    When you make changes in Theme Settings, etc., you need to clear the cache.

    Kind Regards

    • This reply was modified 1 week, 5 days ago by Luke Nielsen.
    #671723

    laszlo.fesus
    Participant

    Thank you Luke!

    #671726

    Luke Nielsen
    Keymaster

    Hello,

    Thank you for your cooperation. We are glad to assist you in resolving the issue. If you encounter any more issues, feel free to reach out to us.

    Kind Regards

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

The topic ‘Buttons setup everywhere. (Buttons with radius)’ is closed to new replies.