chadwaliser Posted April 26, 2021 Share Posted April 26, 2021 Hello, I am trying to change my top navbar so when I hover over the link it changes color. I would like to set it to #4b8cdc. I can not figure out where in the css I am supposed to change this. I have tried all of the navbar settings but nothing works. Here is my website: https://www.amdcloud.net/ 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Thomas Posted June 9, 2021 Share Posted June 9, 2021 (edited) 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 June 9, 2021 by WHMCS Thomas Replaced all.min.css as it will get replaced. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted June 9, 2021 Share Posted June 9, 2021 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. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.