Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

yogic pro logo background

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #40601
    boatgirl
    Participant

    I’m using logic pro and want to remove the background color from around the top logo only.
    Right now I have the site color scheme set to BLACK so you cant see the bright pink default color, but then it sets the navigation HOVER color to black which makes them disappear if you have a black background

    is there a CSS code for changing the navigation hover links only? I think this would solve my issue.

    (I cant send the login details, can you post the css here?)

    #40603
    Grace Support
    Keymaster

    Hi,

    Please share your website URL so we can check and assist you quickly.

    Regards
    Grace Themes

    #40614
    boatgirl
    Participant

    https://finkakitchen.com/

    the navigation font color is white and it disappears when you roll over it.
    the site color is set to black because the highlighting around the logo is is disruptive to the page.

    is there a CSS code for changing the navigation hover links only?
    or one that disables the highlighting around the logo?

    #40633
    Grace Support
    Keymaster

    Hi,

    To change the hover/active color of main menu

    Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
    add below css code

    .sitenav ul li a:hover, .sitenav ul li.current_page_item a, .sitenav ul li.current_page_item ul li a:hover, .sitenav ul li.current-menu-parent a, .sitenav ul li:hover, .sitenav ul li.current_page_item ul.sub-menu li a:hover, .sitenav ul li.current-menu-parent ul.sub-menu li a:hover, .sitenav ul li.current-menu-parent ul.sub-menu li ul.sub-menu li a:hover, .sitenav ul li.current-menu-parent ul.sub-menu li.current_page_item a { color: #73b844 !important; }

    Pleas do this change and let me know if you are getting any problem.

    Regards
    Grace Themes

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.