In Apps Pro i have background blue and...

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Sat Jun 09, 2012 11:18 pm
In Apps Pro i have background blue and when i apply border suffix to nsp module i get the background of the module transparent and stays blue like the background color of the template.

I would like to change the background from transparent to a color can anyone give me some lights on wich file and code to change?

Thanks in advance
User avatar
Senior Boarder

teitbite
Fri Jun 15, 2012 10:56 am
Hi

Please show me an exact page with this NSP module You need this background for.
User avatar
Moderator

teitbite
Mon Jun 18, 2012 2:58 pm
Hi

Ok. You haven't mentioned which NSP module, so I'll teach You a general idea.

You can make it using "module class suffix". Almost all joomla modules have such option. All You need to do is to cleate a class in css. For example:

Code: Select all
.box.blackbg {
    background: none repeat scroll 0 0 #000000;
    border-radius: 8px 8px 8px 8px;
    color: #ffffff !important;
}


where "blackbg" from Your selector name is a name of a module class suffix. Now simply put this name to module class suffix field like that " blackbg" (a space before the name is important) and as mentioned in this class code background will be black.
User avatar
Moderator

GK User
Tue Jun 19, 2012 11:12 am
Hi,

Thats it, but in wich css file should i put it?

Thanks
Rikardo
User avatar
Senior Boarder

teitbite
Tue Jun 19, 2012 12:55 pm
Hi

A file designed for css changes is override.css but to use it You need to first allow using it in template settings.
User avatar
Moderator

GK User
Wed Jun 20, 2012 11:41 am
Ive done it but ... now no border...no background color...

Please check its module carrinho de "compras" ( text color its ok but no background )
User avatar
Senior Boarder

teitbite
Thu Jun 21, 2012 6:18 pm
Hi

Can You remind me what was Your site's url ?
User avatar
Moderator

GK User
Thu Jun 21, 2012 9:25 pm
Ive sended you a PM
User avatar
Senior Boarder

teitbite
Fri Jun 22, 2012 1:09 pm
Hi

Ok :) But I still do not know where is the module affected by this suffix. You need to guide me.
User avatar
Moderator

GK User
Tue Jun 26, 2012 10:54 am
Czesc,

Please allow me to ask, did you forgot about this one? I have sended you a pm few days ago
User avatar
Senior Boarder

teitbite
Tue Jun 26, 2012 6:53 pm
Hi

I haven't forgot, but couple days ago I asked You to show me where is this module You are trying to make this suffix for. I got an access, but it's not helpful without knowing where the work should be.
User avatar
Moderator

GK User
Wed Jun 27, 2012 11:03 am
Hi,


I know and after that i have send you another PM with all the details i asked, since i didnt get any answer from Gavick in many days i found out solution and its resolved, but thanks anyway ;)
User avatar
Senior Boarder

teitbite
Fri Jun 29, 2012 12:37 pm
Hi

Ok. Good to know. Anyway I'm checking right now I got no newer PM from You, but I had such problems before. Please next time use my mail from footer of every post.
User avatar
Moderator


cron