Reply To: How To Get Full Width Sections like your homepage does

Home Forums Support How To Get Full Width Sections like your homepage does Reply To: How To Get Full Width Sections like your homepage does

Home Forums Support How To Get Full Width Sections like your homepage does Reply To: How To Get Full Width Sections like your homepage does

#203069
Hector Alejandro Vargas Ochoa

Hi Tom;

I have a problem, place a background image and place a Custom Class called “transbox”, to have an effect of transparent color or opacity in Red color. And this does not work or that I’m doing wrong.??

If it works but white opacity, but shows no other color.

In effect parrallax scrolling. CSS

.generate-sections-container {
background-attachment: fixed;

}

Custom Class CSS

.transbox {
background-color: #fa0000;
opacity: 0.6;
filter: alpha(opacity=60); /* For IE8 and earlier */
}