How can i change ?

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Fri Apr 19, 2013 4:29 pm
1.How can i change article date color?
2.How can i change mause override color of black?
19-04-2013 18-27-43.jpg

3.How can i change topnav menü size, color?
User avatar
Senior Boarder

GK User
Fri Apr 19, 2013 4:37 pm
Hi,
Sure

DATE
Code: Select all
span.gkIsDateItem {color:red !important; text-shadow:none; }


MENU
This template has 4 color styles, this also include menu (RED, GREY, MAGENTA) , do you want to change bg color or text color of menu items?

BLACK HOVER in module
Code: Select all
.gkIsWrapper-gk_music .gkIsSlide:hover > div { background: blue; }
User avatar
Platinum Boarder

GK User
Fri Apr 19, 2013 5:20 pm
p.s.
TOP MENU BG COLOR
Code: Select all
#gkMainMenu > div > ul { background: green; }
#gkMainMenu > div > ul > li.active {background: blue;  }


TOP MENU FONT SIZE
Code: Select all
#gkMainMenu > div > ul > li.active > a {font-size: 10px;}
User avatar
Platinum Boarder

GK User
Fri Apr 19, 2013 5:32 pm
19-04-2013 19-29-00.jpg


thanks a lot but i just wanted to change menü under the main menü.

and

19-04-2013 19-29-31.jpg


wanted to change article date and title color
User avatar
Senior Boarder

GK User
Fri Apr 19, 2013 6:09 pm
Oh, why didn't you add a right screenshot before? I'm not a wizard to predict which element you thought. :D

ok, let's try again

SUBMENU
2nd-menu.png

CODE
Code: Select all
#gkTopNav li a {color: blue }
#gkTopNav li a:hover {color: red}


DATE RIBBON
Code: Select all
.ribbonEl div, .ribbonEl h3 {
    background: none repeat scroll 0 0 blue;
}
User avatar
Platinum Boarder

GK User
Fri Apr 19, 2013 6:44 pm
thank you for your patient and great support

if you can help a little too it ll be so great

how can i change letter size of menu under main menü?
19-04-2013 20-43-06.jpg


how can i change article title color? and some problem with color

19-04-2013 20-39-15.jpg
User avatar
Senior Boarder

GK User
Fri Apr 19, 2013 10:08 pm
FONT SIZE
Code: Select all
#gkTopNav li a {font-size: 15px;}



p.s.
You don't have to be a Wizard of Oz to have such a knowledge ;)
I use firebug addon (for Firefox & Chrome) - see some movies on youtube how to use them.

Then you will see what I showed you last time.

p.s.
Of course if you need more help just ask.
User avatar
Platinum Boarder

GK User
Sun Apr 21, 2013 9:45 am
thank you for your great help

i have to say that i dont have any knowladge about php i just know joomla beginner
and i buy themplate from you because of your helps
User avatar
Senior Boarder

GK User
Mon Apr 22, 2013 5:48 am
You don't have to know php to build Joomla websites.
But knowledge of CSS/CSS3 is very important, always, especially if you want to change the appearance of individual elements.

Now I'm writing another book about J! so I tried to add as much useful tips and informations as I can.
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.