Okay
  Public Ticket #2727897
Sidebar Category
Closed

Comments

  • alldayboutique started the conversation

    2 Questions:

    1 - How can I display the Category Sidebar on Mobile?

    2 - How can I change the color of the category menu on hover - currently it is peach but I want to customize the hover color of the items.


    Thanks!

  •  867
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on, I can't view it because of the Coming Soon mode.

    Feel free to ask for anything you need.

    Kind Regards


  •   alldayboutique replied privately
  •  867
    Neuron replied

    Hi,

    1) The Sidebar is displaying alright, you just need to scroll down to the products to see it.

    - https://prnt.sc/10va2ga

    2) You can change it via the following code, so please add it at Appearance > Customize > Additional CSS with the color you want to change it to.

    .select2-container .select2-dropdown .select2-results__option--highlighted {
        background-color: black !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • alldayboutique replied

    1) Regarding the Sidebar on mobile: Is it possible to display Category on Mobile on top and not down?

    Thanks

  •  867
    Neuron replied

    Hi,

    Can you please add the following code at Appearance > Customize > Additional CSS?

    @media (max-width: 768px) {
     .tax-product_cat .l-theme-wrapper .container .l-woocommerce-wrapper .row{
            display: flex !important;
        flex-direction: column-reverse !important;
    }
    }

    Feel free to ask for anything you need.

    Kind Regards


  •   alldayboutique replied privately
  • alldayboutique replied

    Resolved.

  •  867
    Neuron replied

    Glad to know that you've managed to solve itsmile.png

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes