change color and delete white color

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 Apr 02, 2014 2:55 pm
Reply with quote
Report this post
hi all
how can delete color on mainboard first page? i only see white color and i can delete it?, i put image for explain it.
another question how delete color grey space on footer in the same page?
thanks
User avatar
Senior Boarder

GK User
Wed Apr 02, 2014 3:53 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Wed Apr 02, 2014 5:25 pm
Reply with quote
Report this post
Cyberek wrote:Could You please post an url to your site?

http://www.milaninoprogettocasa.it/index.php?lang=it

Now i delete withe color but not delete color footer
User avatar
Senior Boarder

GK User
Thu Apr 03, 2014 10:48 am
Reply with quote
Report this post
Please edit: /templates/gk_publisher/css/override.css and add at its end:
Code: Select all
#gkPageWrap {
   background: none;
}
body {
   background: #fffbf4 url('../images/style1/bg_pattern.png') repeat 0 0
}

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

GK User
Mon Apr 07, 2014 5:24 pm
Reply with quote
Report this post
thanks, but on footer space (gray)? how change or delete it?
User avatar
Senior Boarder

GK User
Mon Apr 07, 2014 6:00 pm
Reply with quote
Report this post
I don't see the code I have provided on your site.
This might be helpful - you cant change footer colour itself, as this is not footer. Your site is to short to fill entire browser height, so the body colour is seen on the bottom. You can change body colour by defining in override.css:
Code: Select all
body {
   background: red;
}

for example.
User avatar
Moderator

GK User
Mon Apr 07, 2014 6:31 pm
Reply with quote
Report this post
hi
thanks
i put now your code into override.css but not see any.
In this template can delete this space gray?
User avatar
Senior Boarder

GK User
Mon Apr 07, 2014 8:50 pm
Reply with quote
Report this post
Have you enabled override.css in template advanced settings?
User avatar
Moderator

GK User
Mon Apr 07, 2014 8:58 pm
Reply with quote
Report this post
sorry but i not see this on the administrator side, where is it?
User avatar
Senior Boarder

GK User
Tue Apr 08, 2014 4:36 pm
Reply with quote
Report this post
"Remember to enable "CSS override" in template settings - advanced section."
You need to go to extension manager -> templates, click Publisher template, then go to advanced section.
User avatar
Moderator

GK User
Tue Apr 08, 2014 5:33 pm
Reply with quote
Report this post
i put enabled overrdie.css,insert your code but in this case i can modify only color but how delete all space? this space is much eight.
User avatar
Senior Boarder

GK User
Thu Apr 10, 2014 11:22 am
Reply with quote
Report this post
You still don't understand - increase page content width (put there more content) so the space after footer will move down.
User avatar
Moderator


cron