Tagged: 3rd-Party Plugin, Crio
- AuthorPosts
- February 18, 2022 at 11:54 am #47673Rob SinningGuest
Hey there!
I just recently started to design a website myself on WordPress using the Boldgrid Crio theme.
I’m pretty happy with everything so far since it’s been very simple to use but I can’t seem to figure out how to customize buttons, specifically the “Add to Cart” buttons that show up under the products from WooCommerce. I was wondering if there was a location to do this or if it needed to be done through CSS? Also was curious if there was a way to remove them all together?
Any help would be appreciated. Let me know if you need any additional info to be able to assist.
Thanks
-RobFebruary 18, 2022 at 12:16 pm #47677Brandon CKeymasterHi Rob,
Thanks for reaching out and thank you for using Crio Pro WordPress theme!
Being that WooCommerce is a third party plugin that we do not support or maintain, it can be difficult to work with it’s overall styling, but it can be done. Could you please include the link to your website in your response so that we can take a look at your setup and offer our best suggestions.
We look forward to hearing from you!
February 21, 2022 at 3:07 pm #47682Rob SinningGuestThanks for the response Brandon. Sorry if my issues are related directly to WooCommerce instead of the Crio theme. If you’re able to help or point me in the right direction that would be great.
Looking to customize or potentially remove the buttons under the products in the shop tab (add to cart, select options)
Also curious how to get all the product images to be the same size?
Thanks
-RobFebruary 21, 2022 at 3:13 pm #47712Brandon CKeymasterThanks Rob,
I inspected your web page and I think I found the CSS selector for your “Add to Cart” button. To remove the button altogether you could go into your CSS/JS Editor from the customizer and add:
.palette-primary.woocommerce-page ul.products li.product a.btn {
display: none;
}You should also be able to use this same selector to add styling to your button if you wish to do so.
I hope this helps!
- AuthorPosts
- The topic ‘How Do I Customize Buttons in my BoldGrid Theme?’ is closed to new replies.