width of k2 pages and footer

GK User
Sun Jan 04, 2015 3:26 pm
hi,

can you please tell me how:

1- change the width of the pages for k2 articles to have for example 1200 px? on those pages are any other modules at the side...
2- how i can change the color of the footer bar, to be blue for example?

thank you,

Dan
User avatar
Fresh Boarder

GK User
Sun Jan 04, 2015 4:03 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Jan 08, 2015 6:10 pm
www.clickpanda.com

in the front have a specific size... when i go to Product for example, https://clickpanda.com/2015-ES/es/20141 ... scriptivos
that is K2, is not the same.. is smaller...

thank you,
User avatar
Fresh Boarder

GK User
Sun Jan 11, 2015 11:52 am
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
.itemView.singlePage {
max-width: 100%;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Jan 20, 2015 10:07 pm
how i can change the color of the footer bar, to be blue for example? - the full bar side to side ...

the background color under the line in the attached graphic, to be blue... ¿? what i do?
User avatar
Fresh Boarder

GK User
Fri Jan 23, 2015 8:34 am
Please add to override.css:
Code: Select all
#gkFooter {
background: #000050;
}

Now set the color for desired one.
User avatar
Moderator

GK User
Thu Feb 19, 2015 5:22 pm
and white the letter just into that section???
User avatar
Fresh Boarder

GK User
Sun Feb 22, 2015 6:09 pm
Code: Select all
#gkFooter {
background: #000050;
color: #fff;
}
#gkFooter a {
color: #fff;
}
User avatar
Moderator


cron