| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
How to make sub-menu in Primary menu bar visible? | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
How to make sub-menu in Primary menu bar visible when hovered upon?
Hello,
Our primary menu's background is green (#005D57) with white letters. But the background of our sub-menu to the primary menu is white, with white letters. So, we can't see anything in the dropdown menu. See the "Photo Gallery" dropdown menu, which should show 2 sub-menus. At the moment, we have the codes below in Custom CSS, but don't know what else to add to make the dropdown menu visible on hover. Please, what do we need to change so that when we click on the Primary Menu, the dropdown menu is visible and shows green background (#005D57) with white letters (#ffffff)? /** * Top menu main block styling */ .navbar-inverse { background-color: #005D57; border-color: #005D57; color: #ffffff !important; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #ffffff !important; background-color: #005D57; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #ffffff !important; background-color: #005d57; } Thank you. John
__________________
John XCart Business v.5.4.1.48 |
|||||||
#2
|
|||||||||
|
|||||||||
Re: How to make sub-menu in Primary menu bar visible?
Hello John,
Please can you share a link to your website? This may help us to understand what are your CSS rules and how these should be tweaked.
__________________
Alex Solovev, Qualiteam --- User manual Video tutorials X-Cart FAQ You are welcome to press "Thanks" button if you find this post useful Click here to learn how to apply patches X-Cart Extensions |
|||||||||
#3
|
|||||||
|
|||||||
Re: How to make sub-menu in Primary menu bar visible when hovered upon?
Hi Alex,
We are new to this. Is it this link you are after? If not, please let me know what information you need. The problem is with the "Photo Gallery" drop-down menu. (You and Igor also helped us previously with this thread re global changes to background colour and font: https://forum.x-cart.com/showthread.php?t=73850.) John
__________________
John XCart Business v.5.4.1.48 |
|||||||
#4
|
|||||||||
|
|||||||||
Re: How to make sub-menu in Primary menu bar visible?
Code:
Add the following to your custom CSS to amend Code:
__________________
Best regards, Igor Pudovkin X-Cart hosting team |
|||||||||
|
#5
|
|||||||
|
|||||||
Re: How to make sub-menu in Primary menu bar visible? (Solved)
Fantastic, it works! Thank you very much Igor.
Have a good weekend. Cheers, John
__________________
John XCart Business v.5.4.1.48 |
|||||||
|
|||
X-Cart forums © 2001-2020
|