How-to for a newbie: change menu font color and adjust display to fill screen - Joomla! Forum - community, help and support
hi, i'm new. actually, i'm older dirt i've started doing less week ago. still stumbling around doors , front doors trying find stuff.
i want couple of things to: http://same-rainbows-end.com
the first one:
i want change font color on top menu agree 'products' categories on left. want same word "welcome" under , "show cart" right.
i downloaded , installed firefox shows me source-code highlighted areas. able change 1 of them, but, can't find out these font colors coming from.
the other thing want do:
if it's "easy" -- modify template fills screen no matter monitor resolution it's being displayed with. work in 800x600 , it's full screen. when change 1024x768 shrinks horizontally , fits middle of display -- want full screen. there "easy" way this??
thanks.
barb
i want couple of things to: http://same-rainbows-end.com
the first one:
i want change font color on top menu agree 'products' categories on left. want same word "welcome" under , "show cart" right.
i downloaded , installed firefox shows me source-code highlighted areas. able change 1 of them, but, can't find out these font colors coming from.
the other thing want do:
if it's "easy" -- modify template fills screen no matter monitor resolution it's being displayed with. work in 800x600 , it's full screen. when change 1024x768 shrinks horizontally , fits middle of display -- want full screen. there "easy" way this??
thanks.
barb
first of open templates/jo_june/css/template_css.css file.
create new style in template_css.css file, name mainlevel.top. because link, have create 3 version (a.mainlevel-top:link, a.mainlevel-top:hover, a.mainlevel-top:visited) can find example in ccs file, name a.mainlevel-nav. style of 'products word' this:
the style of "show cart" "mainlevel". can find in above mentioned css file. style of "welcome" "contentpagetitle", edit section.
as mentioned, template_css.css file contains these styles.
i don't know easy way. can set column's width percent, it's way, not easiest.
keshets wrote:i want change font color on top menu agree 'products' categories on left.
create new style in template_css.css file, name mainlevel.top. because link, have create 3 version (a.mainlevel-top:link, a.mainlevel-top:hover, a.mainlevel-top:visited) can find example in ccs file, name a.mainlevel-nav. style of 'products word' this:
code: select all
table.moduletable th {
font-size: 12px;
font-weight : bold;
font-family : verdana, arial, helvetica, sans-serif;
color : #000066;
height: 25px;
text-align : left;
width : 100%;
padding: 3px 1px 3px 5px;
background: url(../images/tmodtab.jpg) no-repeat;
}
keshets wrote:want same word "welcome" under , "show cart" right.
the style of "show cart" "mainlevel". can find in above mentioned css file. style of "welcome" "contentpagetitle", edit section.
keshets wrote:i can't find out these font colors coming from.
as mentioned, template_css.css file contains these styles.
keshets wrote:when change 1024x768 shrinks horizontally , fits middle of display -- want full screen. there "easy" way this??
i don't know easy way. can set column's width percent, it's way, not easiest.
Comments
Post a Comment