change of background images and css?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Thu Apr 16, 2015 5:44 pm
Hi there, I need to change the background image in the header and the image of the guitar you see here: http://www.jamjosandbox.com/comic however the thing is I will not have FTP access. I need to change some css also. Can this be done from the Appearance > Editor area or is FTP access required. The reason I dont have this FTP access is because its a college project and the FTP access area is limited.

1. At the very least I need to edit some css but I cannot seem to see the override.css file from the Appearance > Editor area, is this possible another way.

2. Also I would love to be able to change this here: http://www.jamjosandbox.com/comic/wp-co ... bg1920.jpg but I see the image is in the theme but is there a way to edit it without ftp?

Thanks in advance.
User avatar
Expert Boarder

GK User
Fri Apr 17, 2015 7:33 am
Hi,

You can't edit override.css file without FTP access, so you should install i.e. a plugin described here:
https://www.gavick.com/blog/adding-cust ... ress-theme

and add the following css code (replace images with your own):
Code: Select all
.gk-animation .gk-guitar {
  background-image: url('../images/guitar.png');
}

@media (max-width: 1920px) {
   body {
      background-image: url('../images/bg1920.jpg')!important;
   }
}

@media (max-width: 1280px) {
   body {
      background-image: url('../images/bg1280.jpg')!important;
   }
}

You have to add two background images - depends on the screen width.
User avatar
Moderator

GK User
Fri Apr 17, 2015 9:45 am
This is great, thank you kindly.
User avatar
Expert Boarder

GK User
Tue Jun 02, 2015 6:25 am
Hi, i have access to ftp, can you tell me which css file i need to change in order to change the guitar image please?

also which css file do i need to change the logo in, or how else can i change the logo and retain the background..

Thankyou Keith
User avatar
Senior Boarder

GK User
Tue Jun 02, 2015 7:17 am
Hi,

If you want to change only the guitar image, please replace this file wp-content/themes/Fest/images/guitar.png with your image (use the same file name).

Regarding the logo - please check Fest -> Template Options -> Theme Branding tab, here you can upload your logo.
User avatar
Moderator

GK User
Tue Jun 02, 2015 7:28 am
thankyou
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.