Image Header Issues

  • Unknown's avatar

    I’m trying to change the opacity of my image header to 100% and sits so the the over flow of the graphic isn’t cut off.

    Can any one help me with the CSS code.

    Everything I enter only change the opacity slightly and wont allow me to change it to 100% and in my preview the image is completely visible until I publish.

    Thanks.

    The blog I need help with is: (visible only to logged in users)

  • If you add this code to your custom CSS, it will make the photos 100%

    .entry-background, .archive .entry-background, .search .entry-background {
        opacity: 1;
    }

    Hope this helps!

  • The topic ‘Image Header Issues’ is closed to new replies.