Home › Forums › WoodMart support forum › Sidebar Categories Hover effect
Sidebar Categories Hover effect
- This topic has 18 replies, 2 voices, and was last updated 3 years, 12 months ago by Elise Noromit.
-
AuthorPosts
-
November 20, 2020 at 1:37 pm #243175
axander44ParticipantHello,
Can you tell me how to make the categories in the sidebar of the store to have a hover effect
as it is if it is selected to be as a drop-down list and somehow I made it for the header category menu.
I’m sending a video to preview what I want:https://screencast-o-matic.com/watch/cYXYIFLOoNGreetings, Alexander
November 20, 2020 at 7:25 pm #243232
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .color-scheme-light .woodmart-product-categories .children { background-color: red; } .header-categories-nav .categories-menu-dropdown .item-level-0>a { color:green; background:red; } .header-categories-nav .categories-menu-dropdown .item-level-0>a:hover { color:yellow; background-color:green; } body .vertical-navigation .menu-simple-dropdown li a { color: red; background-color:yellow; } body .vertical-navigation .menu-simple-dropdown li a:hover { color: yellow; background-color:green; }
Set the colors as per your needs.
Please provide the URL of the shop page so that I could give you the custom CSS
Best Regards
November 20, 2020 at 8:52 pm #243240
axander44ParticipantHello,
Thanks for your reply!
However, I had in mind those Categories that are in the sidebar when the shop opens. When I tried the code you wrote me, the colors of the header drop-down menu change.
https://imagesharing.com//photo.php?s=ajdbrkwuNovember 21, 2020 at 1:05 pm #243366
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
Best Regards
November 21, 2020 at 1:50 pm #243384
axander44ParticipantHello
November 21, 2020 at 9:34 pm #243498
Elise NoromitMemberHello,
I cannot login. Please check the credentials
Best Regards
November 21, 2020 at 9:43 pm #243499
axander44ParticipantHello,
This is the login informationNovember 22, 2020 at 9:14 am #243564
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.widget_product_categories .product-categories li a { color:red; } .widget_product_categories .product-categories li a:hover { color:blue; } .widget_product_categories .product-categories li.current-cat>a { color: green; }
Best Regards
November 22, 2020 at 3:02 pm #243608
axander44ParticipantHello,
Thank you very much!I changed the code a bit and got exactly what I wanted:
.widget_product_categories .product-categories li a {
padding-left: 10px;
color:black;
font-weight: bold;
}
.widget_product_categories .product-categories li a:hover {
padding-left: 10px;
color: white;
background:orange;
}
.widget_product_categories .product-categories li.current-cat>a {
padding-left: 10px;
color: black;
background:lightgrey;
float: left;
display: inline;
}November 22, 2020 at 6:48 pm #243650
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
December 13, 2020 at 4:50 pm #250581
axander44ParticipantHello,
Can you have another question related to the categories in the sidebar.
In custom css I use code to transform all letters into capital letters how can this not apply to subcategories
Attachments:
You must be logged in to view attached files.December 13, 2020 at 11:01 pm #250649
Elise NoromitMemberHello,
Please provide the access to your site. I will give the custom CSS.
Best Regards
December 14, 2020 at 10:19 am #250786
axander44ParticipantHello.
I am sending you my login details
December 14, 2020 at 7:10 pm #250946
axander44ParticipantHello,
Thanks.
I made it.December 14, 2020 at 7:58 pm #250950
Elise NoromitMemberDecember 14, 2020 at 9:04 pm #250988
axander44ParticipantHello,
I turned on the server authentication again so that the site would not be indexed by Google. I achieved what I want. Thank you!December 15, 2020 at 9:55 am #251081
Elise NoromitMemberHello,
I still cannot enter the site to change the text-transform, do you still need it?
Best Regards
December 15, 2020 at 1:54 pm #251164
axander44ParticipantHello,
I did what I wanted.
Thank you very much for your responsiveness! I will reserve the right for another time.December 15, 2020 at 4:28 pm #251207
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register