A backgroud change

Rate this topic: Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.Evaluations: 1, 6.00 on the average.6.00 out of 6 based on 1 vote(s)
GK User
Tue Jun 10, 2014 5:22 pm
Reply with quote
Report this post
Hi there!
Well, I really need help with this:

In this template I´ve try to change the background image for a solid color (#0000 or a black bg image) but when i´ve done that (I´m just replace the bg image of the template with a black image) some parts of the template turns black too! It´s just like the sidebar _right does not have a white background... how can I fix this?

Additionally I need to change my logo space to seems like this template: the black bg for the logo space (the red an white logo its a png i guess) Image

Thanks in advance!!!
User avatar
Expert Boarder

GK User
Tue Jun 10, 2014 6:09 pm
Reply with quote
Report this post
Could you please post an url to your site?
User avatar
Moderator

GK User
Tue Jun 10, 2014 6:11 pm
Reply with quote
Report this post
Hi there! thanks so much for your quick response.
www.katolikos.com.mx
User avatar
Expert Boarder

GK User
Tue Jun 10, 2014 6:28 pm
Reply with quote
Report this post
Would you like to keep other elements with white background?
User avatar
Moderator

GK User
Tue Jun 10, 2014 6:30 pm
Reply with quote
Report this post
Ps - is the link correct - the site looks much different than your screenshot.
User avatar
Moderator

GK User
Tue Jun 10, 2014 6:52 pm
Reply with quote
Report this post
yes, it's very different... I want to get that fell in the header space. We want the bg for the header in black and the main menu in black too but when the mouse pass over the sections of the menu (hover) change the color.

about the bg of all the page some modules does not seem properly...
User avatar
Expert Boarder

GK User
Wed Jun 11, 2014 3:49 am
Reply with quote
Report this post
Hi there!

Well this is the situation, I guess I dont explain myself. :P look, my template it's this: Image

and If put my bg #000 it seems like that:
Image

I want to seems something like this
Image

In that photo the menu it's black but when you put the mouse over a determinated section (hover it's the name right?) the color change. The colors that I will use its a FFF for home (Portada) , FF2200 for the second, 65AF29 third, FFDE00 fourth, 3285FF fifth, C232FF sixth, 949494 7th

Can you help me?
User avatar
Expert Boarder

GK User
Wed Jun 11, 2014 10:17 am
Reply with quote
Report this post
This kind of modification is beyond our support.
You can start with this css:
Code: Select all
body {
    background: #000;
}
#gkPageContent, #gkToolbar, #gkBottom5, #gkBottom4, #gkBottom3, #gkBottom2, #gkBottom1 {
    background: #fff;   
}

That sets black background and bring back white on modules under the menu.
I would suggest you to get to know with firebug/chrome devtools or hire a frontenddeveloper to make all those changes if you don't know css/html/js.
User avatar
Moderator

GK User
Thu Jun 12, 2014 6:29 pm
Reply with quote
Report this post
Indeed you've helpe so much. Thanks! But I have another question abut this topic: how can I put an jpg or png or a svg image as the background of this template? and what kind of specifications the image need?
User avatar
Expert Boarder

GK User
Sun Jun 15, 2014 9:14 am
Reply with quote
Report this post
Yes, please read about using css image background, for example:
Code: Select all
#element {
background: transparent url(../images/yourimage.jpg) 50% 0 no-repeat;
}
User avatar
Moderator


cron