tmanx4cc

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How to make home page content background translucent? #42555
    tmanx4cc
    Participant

    here is the css code:

    #pp-afterslider {
    background-color: rgba(255, 206, 82, 0.8);
    margin-top: -20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    }

    in reply to: How to add a margin under the home page slider? #42554
    tmanx4cc
    Participant

    After clearing the color callout for the content background (first box) I was able to use this CSS to adjust everything the way I wanted it. Thanks.

    #pp-afterslider {
    background-color: rgba(255, 206, 82, 0.8);
    margin-top: -20px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 2%;
    }

    in reply to: How to make home page content background translucent? #42553
    tmanx4cc
    Participant

    I know I have selected the correct element because the color changes when I change the color numbers.

    The reason the background image was not showing through is I had the same color set for the background of the content. I removed the callout numbers and the alpha channel is now adjustable. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)