Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #114571
    lehii17
    Participant

    How to change the font color and highlighting in the floating menu?

    #114575
    lehii17
    Participant

    And how to make the menu center? Thanks in advance!

    #114607
    Mahesh
    Keymaster

    @lehii17: Your site is http://stimul-bvi.ru/ right?
    Go to Dashbaord=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    /* Active menu color */
    #access-top ul.menu .current-menu-item > a, 
    #access-top ul.menu .current-menu-ancestor > a, 
    #access-top ul.menu .current_page_item > a, 
    #access-top ul.menu .current_page_ancestor > a {
        color: #ff00ff;
    }
    
    /* Menu items hover/focus color */
    #access-top ul.menu li:hover > a, 
    #access-top ul.menu ul *:hover > a, 
    #access-top ul.menu a:focus {
        color: #fff000;
    }
    
    /* Center floating menu */
    #access-top {
        float: none;
    }

    Regards,
    Mahesh

    #114743
    lehii17
    Participant

    Thank you!

    #115645
    lehii17
    Participant

    How to change the font size in the menu? Thank you

    #115655
    Mahesh
    Keymaster

    @lehii17: Add the following CSS:

    /* Menu font size */
    #access-top ul.menu a {
    	font-size: 20px;
    }
    
    /* Sub-menu font size */
    #access-top ul.menu ul li a {
    	font-size: 18px;
    }

    Regards,
    Mahesh

    #115659
    lehii17
    Participant

    Thank you!!!

    #115726
    Mahesh
    Keymaster

    @lehii17: Thank you for your appreciation. If you like my support and Catch Flames theme then please support by providing your valuable review and rating at https://wordpress.org/support/view/theme-reviews/catch-flames?rate=5#postform
    Have a nice day!

    Regards,
    Mahesh

    #117547
    lehii17
    Participant

    How to change the background color of the header and remove the header search? How to change the font size for main menu? Thank you very much!

    #117549
    Mahesh
    Keymaster

    @lehii17: Please use the following CSS:

    /* Header background color change */
    #header-top {
    	background-color: #ff00ff;
    }
    
    /* Menu items font size */
    #access-top ul.menu a {
    	font-size: 25px;
    }
    
    /* Submenu items font size */
    #access-top ul.menu ul li a {
    	font-size: 20px
    }

    There is no header search on your site.

    Regards,
    Mahesh

    #117553
    lehii17
    Participant

    In the header add phone numbers or a button?

    #117554
    lehii17
    Participant

    The font size in the menu has not changed
    https://avsmotor.ru

    #117562
    lehii17
    Participant

    With the size of the font in the menu figured out.
    How to add a phone and a button in header, left of the logo?

    #117564
    lehii17
    Participant

    With the size of the font in the menu figured out.
    How to add a phone and a button in the header, to the right of the logo?

    #117592
    Mahesh
    Keymaster

    @lehii17: Sorry, thought your site url was http://stimul-bvi.ru/
    Please add the following CSS:

    /* background color for 
    #branding {
    	background-color: #ff00ff;
    }
    /* font-size for menu */
    #header-menu ul.menu a {
    	font-size: 25px;
    }

    Note:
    * You’ve already hidden search bar in header.
    * For the phone and button, I’ve answered this in the new thread you’ve created.

    Please do not post same issue in multiple places.

    Regards,
    Mahesh

    #117920
    lehii17
    Participant

    How to change the font size and location of pop-up submenus (they are smaller and a bit on top of the items of the main menu)?

    #117929
    Mahesh
    Keymaster

    @lehii17: Do you mean the mobile menu that slides from left? Let me know further.

    Regards,
    Mahesh

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘The color of the font in the floating menu’ is closed to new replies.