Home Forums Basel support forum How can i change hover color on Categories menu?

How can i change hover color on Categories menu?

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #179775

    wespoagency
    Participant

    I’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 you

    Attachments:
    You must be logged in to view attached files.
    #179794

    Hello,

    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

    #179802

    wespoagency
    Participant
    #179850

    Hello,

    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

    #179899

    wespoagency
    Participant

    Thank 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.
    #179917

    Hello,

    Which page do you mean? Please provide the page URL.

    Best Regards

    #179953

    wespoagency
    Participant

    https://remall.it/
    Pagina home.

    #179959

    Hello,

    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

    #180020

    wespoagency
    Participant

    Thank 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 you

    Attachments:
    You must be logged in to view attached files.
    #180031

    Hello,

    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

    #180096

    wespoagency
    Participant

    I don’t like result. Can i put it to the top bar?

    #180106

    Hello,

    You can just add the link to the top bar to the My Account page. Try to change the header layout.

    Best Regards

    #180250

    wespoagency
    Participant

    Very 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!

    #180263

    Hello,

    What do you mean? Please provide the screenshot.

    Best Regards

    #180499

    wespoagency
    Participant

    I 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 you

    Attachments:
    You must be logged in to view attached files.
    #180523

    Hello,

    Please provide the site admin access to the private area I will check and suggest.

    Best Regards

    #180528

    wespoagency
    Participant

    here login data.

    #180628

    Hello,

    If you remove this margin https://prnt.sc/ri7n4j everything looks properly https://prnt.sc/ri7nmt

    Best Regards

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

The topic ‘How can i change hover color on Categories menu?’ is closed to new replies.