Swap Backgrounds from pink theme to green?

GK User
Fri Dec 21, 2012 1:03 pm
Hello,
I'm pretty bad with css, need some help here.
Could you please tell me how to move default background from Pink theme to Green theme, leaving everything else without change?
Final goal is to have green menu items (and other stuff as in default Green theme), with the background from Pink theme.
Hope for your help guys!
Happy New Year!
User avatar
Junior Boarder

GK User
Sat Dec 22, 2012 10:19 am
You need to do two things :

1/ Go to root/templates/gk_eSport/images directory and then copy file :
Code: Select all
style3/bg_pattern.png


to :

Code: Select all
style1/bg_pattern.png


2/ Add this code in template advance settings tab, custom CSS field :

Code: Select all
#gkBg {background: none; }
User avatar
Platinum Boarder

GK User
Fri Jan 04, 2013 11:49 am
Thank you for the answer.
I moved a copy of bg_pattern from
/public_html/templates/gk_esport/images/style3
to
/public_html/templates/gk_esport/images/style1

Than, in administrator panel in template advanced settings added:
#gkBg {background: none; }

The oly thing is changed is that i don't get style 1 texture, but the background is still the same.
Look atached image.
warper.com.ua
User avatar
Junior Boarder

GK User
Fri Jan 04, 2013 4:46 pm
Could you show me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder

GK User
Sun Jan 06, 2013 10:25 pm
warper.com.ua
:)
User avatar
Junior Boarder

GK User
Mon Jan 07, 2013 8:59 am
Please replace this image
http://warper.com.ua/templates/gk_esport/images/style1/bg_main.png

with this from style3 and this should work with this code.
User avatar
Platinum Boarder


cron