New Landing How can we help? Cardinal A few shop styling questions

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #142882
    travwaite
    Member
    Post count: 21

    Hi guys,

    I have a few small requests:

    1. How can I remove the ‘Select Options’ button which appears below each image on the product category pages? It also appears over the lower 25% of the image on mobile devices which is a small design flaw…

    2. I want to move the title from the page title location to above the price. Not change appearance, just the location. I have done this previously with Neighborhood Theme so hopefully it’s also possible with Cardinal?

    3. Is there a way of removing the quantity buttons [-|1|+] on each product page? The only way I found that works is if I list the product as ‘sold individually’ but that’s not a great solution.

    Thanks

    #142964
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    1) Looks like you’re using a different layout, I don’t see this issue on your site

    2) Please see: http://www.swiftideas.com/forums/topic/move-product-title-to-above-price/#post-105426

    3) Add this to your custom css:

    .woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
      float: left;
      margin: 0 4px 0 0;
      display: none!important;
    }
    #142999
    travwaite
    Member
    Post count: 21

    1) If you navigate to the shop page, you’ll see the ‘Select Options’ button positioned below each product. I need that removed.

    2) The css to hide the page title works fine but the php edit didn’t seem to work at all. In fact that exact same code already exists on line 69. Maybe updated since that forum post?

    3) Spot on. That one worked.

    Cheers Kyle

    #143009
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Go to Theme Options > WooCommerce Options > Shop Options and turn this to no http://d.pr/i/1bxRT/3OVYbZNK

    2) By looking at the source code it doesn’t look like you’ve added that php snippet above the price

    – Kyle

    #143015
    travwaite
    Member
    Post count: 21

    Figured both out. Thanks Kyle.

    One last thing: how would I change the colour of the ‘Add to Cart’ button to #000000??

    #143019
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It uses the ‘alt bg color’ set in the color customiser

    – Kyle

    #143028
    travwaite
    Member
    Post count: 21

    Perfect. Thanks.

    #143029
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register