New Landing How can we help? Atelier Hide mobile-woo-aux-options with custom css

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Atelier
  • #200632
    pinponketo
    Member
    Post count: 36

    Dear swiftideas team,

    how can I hide the mobile-woo-aux-options div on top of the shop in order to avoid displaying the shop layout options and number of products. On desktop the display:none; property works great but on mobile it doesn’t.

    Particularly on firefox and safari.

    I would be glad to receive from you the correct CSS code to add it to my custom CSS.

    Thanks in advance

    pinponketo

    #200633
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try to add the code below to your custom css option.

    .has-no-sidebar .woo-aux-options-wrap {
         display: none!important;
    }

    -Rui

    #200636
    pinponketo
    Member
    Post count: 36

    Hi Rui,

    I can still see it on firefox. Perhaps with the page you will be able to find the solution easier 😉 http://bloomagedaydream.com/shop/

    Cheers

    #200640
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You’re using woo-aux-options instead of woo-aux-options-wrap

    – Kyle

    #200643
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the rule below, if it doesn’t work provide me admin access.

    .full-width-shop .mobile-woo-aux-details .shop-layout-opts{
    display:none!important;
    }

    -Rui

    #200648
    pinponketo
    Member
    Post count: 36
    This reply has been marked as private.
    #200650
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    I’m not seeing the css in your custom css? http://bloomagedaydream.com/shop/

    – Kyle

    #200656
    pinponketo
    Member
    Post count: 36
    This reply has been marked as private.
    #200663
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    It’s done, it was because of the Cache plugin.
    I also added one more class to the rule.

    Check again.
    -Rui

    #200664
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You should disable your cache plugin whilst you are working on your site, that is likely why you are not seeing the changes

    – Kyle

    #200665
    pinponketo
    Member
    Post count: 36

    Hi Kyle and Rui,

    thanks a lot for your help. You fixed in minutes!!!

    Sorry for the inconvenience of the cache. I’ll take that into consideration.

    best

    #200666
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Place a reminder because cache can do those things.
    -Rui

    #302691
    Denis_Rudoy
    Member
    Post count: 62
    This reply has been marked as private.
    #302696
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    The code is placed in Theme Options-> Custom css

    -Rui

    #302754
    Denis_Rudoy
    Member
    Post count: 62
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 16 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