How do I access the HTML code? - Joomla! Forum - community, help and support
i have been trying on & off days change "home" text only; in colour , size when change css code other menu text changes also.
i have tried isolate in css code , change there above had have little success.
when use firefox firebug can see , edit html code suit needs can't find location of "home" in files anywhere!
here unmodified css code i think needs changing.
#leftcol ul.menu li a:hover,
#leftcol ul.menu li ul li a:hover,
#leftcol ul.menu li.current a,
#rightcol ul.menu li a:hover,
#rightcol ul.menu li.current a,
#rightcol ul.menu li ul li a:hover,
ul.mostread li a:hover,
ul.latestnews li a:hover,
.moduletable ul li a:hover {
color: #076acc;
background: #e6e9eb;
border-bottom: 2px solid #000000;
}
if can locate html code i'll happy.
thanks in advance.
i have tried isolate in css code , change there above had have little success.
when use firefox firebug can see , edit html code suit needs can't find location of "home" in files anywhere!
here unmodified css code i think needs changing.
#leftcol ul.menu li a:hover,
#leftcol ul.menu li ul li a:hover,
#leftcol ul.menu li.current a,
#rightcol ul.menu li a:hover,
#rightcol ul.menu li.current a,
#rightcol ul.menu li ul li a:hover,
ul.mostread li a:hover,
ul.latestnews li a:hover,
.moduletable ul li a:hover {
color: #076acc;
background: #e6e9eb;
border-bottom: 2px solid #000000;
}
if can locate html code i'll happy.
thanks in advance.
Comments
Post a Comment