Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Submenu on mobile #64501
     ellos
    Participant

    OK, then how do I replicate on mobile what I have configured for menu on the desktop?

    it looks like this on is no being applied on mobile:

    COPY CODE
    .dropdown-menu.sub-menu.pull-left {
      background-color: #647da7;
      opacity: 1;
    }
    

    The rest of the code seems to apply.
    Here is it in full

    COPY CODE
    /*site menu*/
    
    .dropdown-menu.sub-menu.pull-left {
      background-color: #647da7;
      opacity: 1;
    }
    
    .dropdown-menu.sub-menu.pull-left > li > a {
      color: white !important;
    }
    
    .dropdown-menu.sub-menu.pull-left > li >  a:hover {
      background-color: #86cccc !important;
    }
    
    .dropdown-menu > .active > a {
      background-color: #8fd89f !important;
    }
    

    Thank you.

    in reply to: Sidebar issue #39248
     ellos
    Participant

    Sorry, was away for a while.
    This code

    COPY CODE
    function hide_price_filter() {
    if ( is_shop()  || is_product_category() ) {
    echo '<script>jQuery( ".widget_price_filter" ).hide();</script>';
    }
    }
    add_action('wp_footer', 'hide_price_filter');

    actualy removes it from all pages – shop and categories. What I need is to remove price filter from tha main shop page and from the page that consists a list of subcategories. (At the minimum from the main shop page)

    should I justr remove this – || is_product_category() ? (to leave it only on the shop page)

    Thanks
    Elijah.

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

Log in with your credentials

Forgot your details?