New Landing How can we help? Atelier Remove navigation arrows in product page + widen Add to Cart button

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Atelier
  • #238795
    Enrico
    Member
    Post count: 37

    Hello
    could you please help me do the following:

    1. remove nav arrow on product page – don’t want to be able to skip products
    http://awesomescreenshot.com/0c05j83pcb

    2. make the Add to cart button bigger and align it with column end
    http://awesomescreenshot.com/0cd5j85xbb

    Many thanx in advance for your help
    Stefania

    #238818
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .product-navigation{
    display:none !important;
    }
    
    .woocommerce div.product form.cart .button {
     
        width: 280px !important;
    }

    Thanks
    Mohammad

    #238829
    Enrico
    Member
    Post count: 37

    Hello Mohammad

    thanks for your reply – I’m afraid but it doesn’t work…Could you please check that again?

    Stefania

    #238830
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Should work fine, I don’t see it in your custom css to check

    – Kyle

    #238882
    Enrico
    Member
    Post count: 37

    That’s strange – just copied and pasted it.
    I Just noticed that as I save them they disappear…What shall I do?
    Thank you
    Stefania

    #238895
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Are you adding to theme options > custom css or a child theme style.css file?

    – Kyle

    #238896
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Him
    I have pasted the code but updating of files are not taking effect. Are you using any cache mechanism at server?
    Thanks
    Mohammad

    #238899
    Enrico
    Member
    Post count: 37

    Hello
    I’m using Supercacher by Siteground but yesterday I added a couple of lines to remove product meta on the product page and it was working fine…. maybe the recent WP update?

    Thanks
    Stefania

    #239048
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you try clearing your cache and check again?

    – Kyle

    #239132
    Enrico
    Member
    Post count: 37

    Hello Kyle

    I can see now the changes on shop front-end but I don’t understand why css code has been added through the child theme editor rather than theme option panel.
    Could you please explain?

    Thank you
    Stefania

    #239148
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You can insert the custom css code at Custom CSS Area also.
    Thanks
    Mohammad

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

You must be logged in to reply to this topic.