hi,
how to:
quick access "bar", want to extend the width of the "bar" to extend the width and color.
Thanx!
4 answers
On your site, which/where is the "quick access bar?"
very top menu bar where there is "my cart" "my account" etc… it has a black bar, i would like to extend that bar to fill the width of the display.
Hi dongagon,
You can open the file of skin/frontend/default/jm_haga/css/theme.css look for this css rule
HTML Code:
.quick-access { color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=A7A7A7]#A7A7A7[/URL] font-size: 80%; line-height: 30px; width: 100%; }
change it to
HTML Code:
.quick-access { background-color:#121722; color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=A7A7A7]#A7A7A7[/URL] font-size: 80%; line-height: 30px; width: 100%; }
I hope that helps !
perfect! Thanked!
This question is now closed