Shape 5

Joomla Templates => Incline - Club => : thetonybli December 18, 2014, 01:31:52 PM



: Where is the CSS file/code for changing the menu text color on floating menus ?
: thetonybli December 18, 2014, 01:31:52 PM
Hi,
Given that the option is not available in the vertex control panel, i would like to change the color of my menu text after it floats the color clashes with the gradient background i set. I went through all the relevant and and not so relevant css and php files looking for this before i came here. Please guide, thanks


: Re: Where is the CSS file/code for changing the menu text color on floating menus ?
: chriddo December 18, 2014, 03:26:42 PM
I would also like to know this  :-\


: Re: Where is the CSS file/code for changing the menu text color on floating menus ?
: thetonybli December 18, 2014, 04:15:18 PM
gonna attempt to edit the .json file and see.


: Re: Where is the CSS file/code for changing the menu text color on floating menus ?
: mikek December 19, 2014, 08:19:49 AM
Hello,

You can use firebug to identify the css used in each are of the template. The css is in template.css under .s5_wrap_fmfullwidth #s5_nav li a


: Re: Where is the CSS file/code for changing the menu text color on floating menus ?
: thetonybli December 19, 2014, 02:40:42 PM
sorted, thank you
Line 392
/* Floating menu text items color change setting below */
.s5_wrap_fmfullwidth #s5_nav li a {
color:#ffffff;
}

I placed the comments in my code for future reference. S5 should ensure its outsourced coders/template provider(s) properly annotate its code given the vertex whilst vast in flexibility lacks in forethought of minor features and options as the one listed above. Thank you for you assistance.


: Re: Where is the CSS file/code for changing the menu text color on floating menus ?
: mikenicoll December 19, 2014, 03:10:53 PM
Hello,

Glad you got it sorted. Thanks for posting back as well.