Where can I find info regarding classes?
Menu Color Problem/ Other menu item related issues
eileens Here you can find the information about available classes:
http://bambootheme.com/showcase/sep16/index.php/template-features/module-overview/module-classes
Cheers
Joshua
Thanks for information on the classes. Attached is a screen shot. Can you tell me what I need to do to make the text appear white, and why the tab "competition" is displaying the way that it is?
And here is a screenshot of my menu selection choices
- Edited
eileens Can you tell me what I need to do to make the text appear white,
Kindly check now. Had selected specific color from Color Picker for Navbar link color and Navbar text color under the option as seen in screenshot given by you
why the tab "competition" is displaying the way that it is?
As apparently seen, Menu item "Competition" has turned into title and not a clickable link as as per menu item type selection done by you. For more information on selection of "Menu heading", You may refer to this guide
Thank you for fixing; but I don't understand what you changed to make the text white. I had already selected white as the text color....
eileens I don't understand what you changed to make the text white. I had already selected white as the text color....
The issue was color code hex which had been added was invalid as it should have been #ffffff instead of #fffffff (Notice extra digit added in the second one)
The color code hex can either be in 3 or 6 digits
Hope this helps
Just in case you haven't seen the documentation
Specific template documentation
http://docs.joomlabamboo.com/joomla-template/buildr-documentation/recreating-the-demo/colourshift2
More general documentation
http://docs.joomlabamboo.com/joomla-template/buildr-documentation/
If you need help with configuration please give us a shout
Cheers
Paul
Thank you. One more question on the menu. Why are some items on the menu displaying a dot before the menu item, and some are not? https://www.ackcsc.org/2020national/index.php
eileens One more question on the menu. Why are some items on the menu displaying a dot before the menu item, and some are not? https://www.ackcsc.org/2020national/index.php
Try add this to custom.css file :
.zen-menu ul > li.item-440 > a::before, .zen-menu ul > li.item-413 > a::before{width: 0;height: 0;float: left;content: "";margin-top: 22.72727273px;margin-right: 8px;border-style: solid;border-width: 2px;border-color: #bd0404;border-radius: 100px;}
Kindly ensure to clear your browser cache if changes dont reflect
Links with a dot are where there is a drop down link
Cheers
Paul