Home / Forums / Space themes support forum / Buttons setup everywhere. (Buttons with radius)
Home › Forums › Space themes support forum › Buttons setup everywhere. (Buttons with radius)
Buttons setup everywhere. (Buttons with radius)
- This topic has 11 replies, 2 voices, and was last updated 3 months, 4 weeks ago by
Luke Nielsen.
-
AuthorPosts
-
July 4, 2025 at 9:12 am #671644
laszlo.fesusParticipantHi,
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.July 4, 2025 at 9:33 am #671658
Luke NielsenMemberHello,
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
July 4, 2025 at 9:36 am #671660
laszlo.fesusParticipantWhere can I setup/choose these buttons for the Add To Cart button?
https://space.xtemos.com/demo/hitek/buttons/-
This reply was modified 3 months, 4 weeks ago by
laszlo.fesus.
July 4, 2025 at 10:24 am #671681
Luke NielsenMemberIn 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
July 4, 2025 at 10:30 am #671685
laszlo.fesusParticipantThank 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.July 4, 2025 at 10:51 am #671695
Luke NielsenMemberI see that you have a cache. Try to clear it and then recheck the issue.
Kind Regards
July 4, 2025 at 11:15 am #671697
laszlo.fesusParticipantIt 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.)July 4, 2025 at 11:29 am #671699
Luke NielsenMemberSend access to the admin panel so we can investigate that issue.
Kind Regards
July 4, 2025 at 11:37 am #671701
laszlo.fesusParticipantHere you go.
July 4, 2025 at 12:03 pm #671719
Luke NielsenMemberAfter 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 3 months, 4 weeks ago by
Luke Nielsen.
July 4, 2025 at 12:19 pm #671723
laszlo.fesusParticipantThank you Luke!
July 4, 2025 at 12:33 pm #671726
Luke NielsenMemberHello,
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
-
This reply was modified 3 months, 4 weeks ago by
-
AuthorPosts
Tagged: Add To Cart button style
The topic ‘Buttons setup everywhere. (Buttons with radius)’ is closed to new replies.
- You must be logged in to create new topics. Login / Register