Quote:
Originally Posted by MarkFL
You have the following CSS selector in one of your templates:
HTML Code:
.navtabs li:first-child {
display: none;
}
I recommend doing a templates search to locate that selector and comment it out as follows:
HTML Code:
/*.navtabs li:first-child {
display: none;
}*/
|
Hello,
First things first, thanks for your help!
I have made the change, and it worked.