Jump to content

Navbar hover color


Recommended Posts

  • 1 month later...

You should be able to add the following CSS code to the end of the theme's custom.css file:

ul.top-nav>li>a:hover {
    color: #bd1f1f;
}
.top-contact a:hover {
    color: #bd1f1f;
}

You can replace #bd1f1f with any color you choose.

Edited by WHMCS Thomas
Replaced all.min.css as it will get replaced.
Link to comment
Share on other sites

13 minutes ago, WHMCS Thomas said:

You should be able to add the following CSS code to the end of all.min.css:

I take it you're a new employee and/or user of WHMCS. 🙄

https://developers.whmcs.com/themes/css-styling/

all.min.css would get overwritten during an update - the user should add any client area custom CSS to the theme's custom.css file... but always keep a backup of it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated