Text in slider

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Jun 19, 2013 6:45 am
Reply with quote
Report this post
Hi, how could I have the text in BoxStore than I have in Boutique??
I want like this: www.keloniamenus.com
here: http://s365430443.mialojamiento.es/keloniamenus/

I copied the text but in this template The text is only whitte??

Thanks a lot and congratulations for your work.
User avatar
Gold Boarder

teitbite
Wed Jun 19, 2013 7:51 am
Reply with quote
Report this post
Hi

Right now in Your storebox copy You have 3 elements: h2, h1, small. So You can style them in css with selectors like this:

Code: Select all
.gkIsWrapper-gk_storebox figcaption h2 {}

.gkIsWrapper-gk_storebox figcaption h1 {}

.gkIsWrapper-gk_storebox figcaption small {}
User avatar
Moderator

GK User
Wed Jun 19, 2013 9:24 am
Reply with quote
Report this post
ok, then if Iwant h1 be green and x tipography and 15 size... I writte:
.gkIsWrapper-gk_storebox figcaption h1 {font-family:"x" font-size:15pt color:green }

is it correct??

thanks
User avatar
Gold Boarder

teitbite
Thu Jun 20, 2013 1:28 pm
Reply with quote
Report this post
hi

Almost correct :) Your code lacks semicolons. Like this:

Code: Select all
.gkIsWrapper-gk_storebox figcaption h1 {
font-family: "x";
font-size: 15px;
color: green;
}
User avatar
Moderator


cron