Home Forums WoodMart support forum Hover Color change in Categories

Hover Color change in Categories

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #240106

    defjam2oo1
    Participant

    Hello,
    Where can I change the hover color ( now in white )in the Categories ? Please give me a css code. I also wonder why the hover is only in the subcategory and not in the main category ?
    I want to have the hover also in the main category.
    I hope they understand my English 🙂

    Thanks

    #240108

    defjam2oo1
    Participant

    should a password be required then show in the private content

    #240125

    Hello,

    First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

    Please try adding the following Custom CSS in the Custom CSS for the Desktop area under Theme Settings >> Custom CSS.

    For the sub-categories:

    .vertical-navigation .menu-simple-dropdown li a:hover {
    	background-color: red;
    	color: white;
    }

    For the categories:

    .header-categories-nav .categories-menu-dropdown .item-level-0 > a:hover {
    	background-color: green;
    	color: white;
    }

    You can set the background color and text color according to your needs.

    Best Regards.

    #240159

    defjam2oo1
    Participant

    Thanks, it work !

    Great Support , Top Team

    #240161

    defjam2oo1
    Participant

    Can you also give me the code for category filter and my account ? They are still white

    #240162

    Hello,

    You are Most Welcome.

    Please try adding the following Custom CSS for the categories filter:

    .search-by-category ul li a:hover, .search-by-category ul li a:focus {
    	background-color: red;
    	color: white;
    }

    And for the My Account please provide a customer account login of the website to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studios.

    #240165

    defjam2oo1
    Participant

    I mean on the home page at the top of the header there is also a dropdown menu from my account.

    #240168

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-header-links .color-scheme-light li a:hover {
    	background-color: red;
    	color: green;
    }

    Best Regards.

    #240170

    defjam2oo1
    Participant

    Oh my mistake 🙂 here the account

    #240172

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-header-links .color-scheme-dark li a:hover {
        background-color: red;
        color: green;
    }

    Best Regards.

    #240175

    defjam2oo1
    Participant

    Everything is running now.
    you’re doing a good job
    Thanks

    #240303

    Most Welcome :-)

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in the future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘Hover Color change in Categories’ is closed to new replies.