module background image

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Sep 02, 2012 6:31 am
Reply with quote
Report this post
Would it be possible to insert a texture onto the white background of the sidebar modules (like I did in the overall site background0? Thanks!
User avatar
Senior Boarder

GK User
Sun Sep 02, 2012 9:06 am
Reply with quote
Report this post
Hi,

You can use for it the following selector:

Code: Select all
#gkSidebar .box


or you can also specify the " textured" suffix (with the space at the beginning):

Code: Select all
#gkSidebar .box.textured
User avatar
Administrator

GK User
Mon Sep 10, 2012 12:59 am
Reply with quote
Report this post
Sorry, I dont know where to enter these codes. Can you pls provide step by step instructions? Thanks!
User avatar
Senior Boarder

GK User
Mon Sep 10, 2012 7:41 am
Reply with quote
Report this post
Please include it in the css/template.css file.
User avatar
Administrator

GK User
Wed Sep 12, 2012 4:33 am
Reply with quote
Report this post
After which line of code should I place that line - the template.css has lot of code in it.
Also, then where should I upload the texture and how can I specify it in the particular module settings?
User avatar
Senior Boarder

GK User
Wed Sep 12, 2012 6:12 am
Reply with quote
Report this post
You can add it at the end of the file. The backround can be uploaded to the images/ directory in the template then you can specify it as following:

Code: Select all
background: transparent url('../images/FILENAME') repeat 0 0;
User avatar
Administrator


cron