How to edit the free templates?

Need help? Please give a detailed explanation of your problem.
Post Reply
Rdsargent2442
Posts: 16
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Fri Nov 27, 2015 10:24 pm
Website: www.roysargentco.com
Contact:

How to edit the free templates?

Post by Rdsargent2442 »

I want to change the image behind the Worthy template, but do not see where to do that. Also, I'd like to adjust other things on the template page, but don't see where to do that, either.
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: How to edit the free templates?

Post by JohnB »

In order to edit the templates, you can go to Settings->Administrator, and under the 'Theme Editor' click on Stylesheet. Here you can add your custom css to change the look of your site.
KeithB155
Posts: 33
Joined: Fri Dec 26, 2014 6:12 pm
Website: Puma Networks LLC

Re: How to edit the free templates?

Post by KeithB155 »

Rdsargent2442 wrote:I want to change the image behind the Worthy template, but do not see where to do that. Also, I'd like to adjust other things on the template page, but don't see where to do that, either.
Here is the code I used to change the background image. I put this into the stylesheet which is in the administer folder.

Code: Select all

body {
    background-image: url("http://www.treeoflifecounseling.info/content/uploads/img/mountain_bg/darker_two_cove.jpg");
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: fixed; 
    }
keith broadbent 720-934-6162
Post Reply