quick access bar width…

hi,
how to:

quick access "bar", want to extend the width of the "bar" to extend the width and color.

Thanx!

4 answers

Profile photo of Sherlock 0.00 $tone January 5, 2013
Public

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 !

#3

This question is now closed

Written By

Comments