background of Articles

May 2014 Joomla Template
GK User
Thu Oct 27, 2016 7:27 pm
Hi,

How to change the background in articles?

Image

thanks!
User avatar
Platinum Boarder

teitbite
Sat Oct 29, 2016 9:12 am
Hi

You can change the path to background image:

Code: Select all
body {
    background-image: url("../images/bg.jpg");
}


it will change background everywhere. If You need it only for certain pages than You will need to use this method: https://www.gavick.com/documentation/jo ... omla-pages
User avatar
Moderator


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