• Hi,

    We are testing your Botiga theme and are considering buying the pro version.
    We have some questions though, we couldn’t find in your FAQ/Documentation.

    1. The Category Description is now on top of the category page, we would like that to be on the bottom of the page and full width. Is this possible?

    2. The “More Info” and “Add to cart” buttons (on our site in dutch), can we control the radius of the buttons to look like the other buttons on the page?

    Hope you can help us.

    Kind regards,
    Dick (MaltaCode)

    • This topic was modified 1 year, 11 months ago by viagozo.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Thank you for using our theme.

    > 1

    Yes it is possible. To achieve it, you can add this jQuery code with a plugin like https://wordpress.org/plugins/custom-css-js/

    jQuery(function($) {
    
      var prodArchivePage = $('.woocommerce-page.archive');
      var content = prodArchivePage.find('.content-wrapper');
    
      if(prodArchivePage.length) {
        prodArchivePage.find('.woocommerce-page-header').remove().clone().insertAfter(content);
      }
    
    });

    > 2

    If I got it correctly, you’d add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .add_to_cart_button {
      border-radius: 20px !important;
    }
    Thread Starter viagozo

    (@dudematters)

    Hi Kharis,
    Thank you very much, this works 😉

    You’re welcome!

    May I request marking this topic as resolved, so you may raise a new topic for your other question?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Botiga Category Description and Buttons’ is closed to new replies.