How do I change the link text on the mobile menu?
jonburdon1 Hi Open /language/en-GB/en-GB.tpl_buildr.ini Find
TPL_BUILDR_POSITION_MENU="Menu"
Change Menu to any other word. You can also create override in Joomla language overrides.
jonburdon1 Hi Use this code for active menu
#off-canvas-menu .zen-nav.zen-nav-stacked li.active>a, #off-canvas-menu .zen-nav.zen-nav-stacked li.active>span.zen-menu-heading {color:#000!important;}
That's not what I want to do.
I want to change the colour of the links in my menu. Currently they are white on a light green background. I'm sure there's a way to do this in the template, but I can't find it.
talk4.branchoutwebsites.com
jonburdon1 Hi Add this code in /css/custom.css file and change the color code
#off-canvas-menu .zen-nav.zen-nav-stacked li a, #off-canvas-menu .zen-nav.zen-nav-stacked li span { color: #eee; }
Regards
Ninja I have added this css but it has not made any difference at all.
jonburdon1 Hi You added / before the code so its not working http://prntscr.com/m0eyml Remove it and check.
That's looking better.
How do I change the colour for the active page?