Site Hero

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #3926
    Michael Lindre
    Participant

    Hi

    I like the site hero, but is it possible to make the rectangle in the middle of the image more transparent? Or change the position?

    Regards
    Mike

    #3927
    Michael Lindre
    Participant

    Hi just for others who are learning, this is what I did, to make it more transparent and move the rectangle down.

    Set the alpha to 0.5 and top to 80%

    .site-hero-wrapper .entry-content-site-hero-wrapper {
    background: rgba(255, 255, 255, 0.5);
    top: 80%
    }

    #3946
    admin
    Keymaster

    Thanks for your valuable solution.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.