Archived topic
Adding"Opt-In Form" and "Bar with logos" below Page header (Hero)
19 replies · Started by Katharina on February 15, 2019
Thanks Tom, that's what I wanted.
Just one more thing, Is it possible to have the bar full width like the bar with the logos above. I tried to change few numbers but nothing worked.
I would like to have one bar same height in one color in the background of my 3 success boxes. So that the 3 success boxes are not on white background. It would look nicer if same width like the header.
Thanks
Hi there,
you can add a background color using the custom-success-container class like so:
.custom-success-container {
background-color: #ddd; /* change color */
}
Or if you wanted the three columns to extend the width of the screen you can remove the grid-container class from the inner DIV.
Thanks, I have tried it before but it didn't work. I placed this Class before all other. Now it works.
Glad to hear that :)