hide price and automatic product slider

Hallo.


I would like to hide price in product view category (all products). Is it possible to automatic loop product slider? Automatis slide not working.


Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    Thanks

  • Website adress oktima.pl

  • To enable auto-rotate, please go to Betheme -> Theme options -> Global -> Sliders, and set up some time there:

    To remove the price, use the following CSS code:

    .shop_slider .slick-slide .product .price{
     display: none;
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • Great!

    1. How i can remove price in category view?
    2. How to underline category link in header menu when im in product view?
  • 1)

    .woocommerce .products .product .price{
     display: none!important;
    }
    

    2) Unfortunately, there is no option to achieve that.


    Best regards

  • By the way, let me give you an idea, I think the theme should have a catalog mode, if there is one, let me know. In countries like Turkey, there are rapid price changes and updating the price sometimes takes a lot of time, so the theme should have temporary or permanent catalog mode support.

  • Hi @tamerekimci,

    There is an option for catalog mode in our theme. You can find it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Best regards

Sign In or Register to comment.