Home › Forums › Basel support forum › How can i change hover color on Categories menu?
How can i change hover color on Categories menu?
- This topic has 17 replies, 2 voices, and was last updated 4 years, 9 months ago by Elise Noromit.
-
AuthorPosts
-
March 13, 2020 at 12:49 pm #179775
wespoagencyParticipantI’ve a yellow color when i go on the button, i wanna change the color of hover.
Another one, if i would like to put this menu also in the mobile version?
Thank youAttachments:
You must be logged in to view attached files.March 13, 2020 at 2:13 pm #179794
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
Please provide your site URL I will provide custom CSS. If your site is under maintenance, please provide your site admin access to the private area.
The mobile menu does not support mega menu blocks, you need to create a clone and assign as the mobile menu.
Best Regards
March 13, 2020 at 2:37 pm #179802
wespoagencyParticipantMarch 13, 2020 at 6:19 pm #179850
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.mega-navigation .menu>li:hover, .widget_nav_mega_menu .menu>li:hover { background-color: green; }
Set your color as per your needs.
Best Regards
March 14, 2020 at 7:45 am #179899
wespoagencyParticipantThank you. It works.
Now i’ve another question. How can i change the background of a page?
I’m trying to change ‘rs_page_bg_color’ but if i change it, when i save the page don’t works.Attachments:
You must be logged in to view attached files.March 14, 2020 at 9:19 am #179917
Elise NoromitMemberHello,
Which page do you mean? Please provide the page URL.
Best Regards
March 14, 2020 at 11:52 am #179953
wespoagencyParticipanthttps://remall.it/
Pagina home.March 14, 2020 at 2:14 pm #179959
Elise NoromitMemberHello,
Please add this code to the Page Settings https://prnt.sc/rga1vg to change the background on this particular page:
body .main-page-wrapper { background: red; }
Set the color as per your needs.
Site background is configured in the Theme Settings > General Layout
Best Regards
March 15, 2020 at 6:35 am #180020
wespoagencyParticipantThank you! it works.
Now i’m looking for put in the home page (www.remall.it) a login/register button like the picture. I can see it in another page (https://remall.it/?page_id=778)
How can i do for put it in the home page?
Thank youAttachments:
You must be logged in to view attached files.March 15, 2020 at 9:09 am #180031
Elise NoromitMemberHello,
By default, this header layout doesn’t have Login/Register link. But you can add it manually placing the following code snippet to the functions.php file in the child theme.
add_filter( 'basel_header_configuration', 'basel_custom_header_configuration', 1, 1 ); function basel_custom_header_configuration() { return array( 'container' => array( 'wrapp-header' => array( 'logo', 'widget_area', 'right-column' => array( 'header_links', 'search', 'wishlist', 'cart', 'mobile_icon', ) ) ), 'navigation-wrap' => array( 'container' => array( 'main_nav' ) ) ); }
Best Regards
March 15, 2020 at 6:01 pm #180096
wespoagencyParticipantI don’t like result. Can i put it to the top bar?
March 15, 2020 at 7:59 pm #180106
Elise NoromitMemberHello,
You can just add the link to the top bar to the My Account page. Try to change the header layout.
Best Regards
March 16, 2020 at 3:36 pm #180250
wespoagencyParticipantVery beautifull!
How to change the moving distance? I need a lower box, where can I position the pixels where I want to move?
Thank you!March 16, 2020 at 5:03 pm #180263
Elise NoromitMemberHello,
What do you mean? Please provide the screenshot.
Best Regards
March 17, 2020 at 2:14 pm #180499
wespoagencyParticipantI mean here, i need more spaces. I would like to put in this section a ‘search bar’..how can i do?
I’m trying to insert different choices for each product like ‘color’, ‘size’ etc … how to do it?
Thank youAttachments:
You must be logged in to view attached files.March 17, 2020 at 3:55 pm #180523
Elise NoromitMemberHello,
Please provide the site admin access to the private area I will check and suggest.
Best Regards
March 17, 2020 at 4:13 pm #180528
wespoagencyParticipanthere login data.
March 18, 2020 at 7:29 am #180628
Elise NoromitMemberHello,
If you remove this margin https://prnt.sc/ri7n4j everything looks properly https://prnt.sc/ri7nmt
Best Regards
-
AuthorPosts
The topic ‘How can i change hover color on Categories menu?’ is closed to new replies.
- You must be logged in to create new topics. Login / Register