The question with the module NsP GK5

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Apr 07, 2014 8:32 pm
I have a question with regards to this module. I use a template Msocial.
This template has this built-in module.

We are talking about the module Discover__New Adventures__
(see attachment)

Image

The question is: how can I change the background of the module?
I would like to insert in the background of this module your image
Can I do this? I just want the image as the background, and not the background color

Sorry for my english.
User avatar
Fresh Boarder

GK User
Tue Apr 08, 2014 7:21 pm
Probably no one will help me. :(
User avatar
Fresh Boarder

GK User
Thu Apr 10, 2014 9:36 am
Hello,

Sorry for the late reply, but you have replied in your own topic and this topic was invisible in our post without reply detector.

You can change this background by using the following CSS code added at the end of any CSS files:

Code: Select all
#gkHeaderBottom {
background-color: transparent!important;
background-image: url('PATH_TO_YOUR_IMAGE');
background-repeat: no-repeat;
background-position: center center;
}


of course you can adjust the background-repeat and background-position properties to your needs.
User avatar
Administrator

GK User
Thu Apr 10, 2014 2:45 pm
Thanks! I'm glad that it's possible.

Sorry for the stupid question, I'm not too strong in all of this.
But where can I go to insert this code? I do not know where I start.

I beg you please, if you are not hard, give step by step instructions that make me to insert my photo in the background of this module. :blush:
User avatar
Fresh Boarder

GK User
Thu Apr 10, 2014 10:02 pm
You can put this code at the end of any CSS file. In example you can open file css/template.css file in the template directory.
User avatar
Administrator


cron