Suffix alpha

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Mon Nov 05, 2012 1:02 pm
Hi, I have the suffix classe like "color colortitle" but I would like the margin white with alpha.
hOW CAN i DO THAT??
Like in the image I attach.
Thanks a lot
User avatar
Gold Boarder

teitbite
Mon Nov 05, 2012 2:17 pm
Hi

Please show me an exact page where this has been used and point to the module using this suffix.
User avatar
Moderator

GK User
Mon Nov 05, 2012 4:12 pm
Hi, here you can see it
http://s345833943.mialojamiento.es/barn ... somos.html
is an HTML module with "color colortitle"

thanks
User avatar
Gold Boarder

GK User
Mon Nov 05, 2012 9:31 pm
Ups, now I see I was wrong in the forum, the template is Bike Store!!
I don't know how move the question,

thanks
User avatar
Gold Boarder

teitbite
Tue Nov 06, 2012 12:09 am
Hi

I think You are reffering to the content background, not module background. Module is being displayed inside content layer which is white already, so adding a white transparent background to module will show nothing, because white on white will be white after all.

Normally the best way is to create a transparent image and set it as background, but You can try with this css code too (will not work under older IE).

Code: Select all
#gkContent > div {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
}
User avatar
Moderator

GK User
Fri Nov 09, 2012 7:44 pm
Ok, thanks a lot!!
It's work fine!
User avatar
Gold Boarder


cron