Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47673
    Rob Sinning
    Guest

    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
    -Rob

    #47677
    Brandon C
    Keymaster

    Hi 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!

    #47682
    Rob Sinning
    Guest

    Thanks 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.

    http://www.bluffeveryone.com

    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
    -Rob

    #47712
    Brandon C
    Keymaster

    Thanks 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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How Do I Customize Buttons in my BoldGrid Theme?’ is closed to new replies.