Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52606
    crankit
    Member

    Hello,

    When you go on dinapariseracing.com and move your mouse over the header image, you will see another ghost image show up? WEIRD! Any ideas? I am assuming that I have a 2 images trying to do the same thing — just not sure where?

    I have the header uploaded in the header section of the theme. I found some code in CSS for a background Image and when I removed it, it then shows a grey overlay over the header with a link to the homepage.

    #52639
    Sakin
    Keymaster

    @crankit: Yes, I see that you have Custom CSS as below, remove that.
    #hgroup-wrap {
    background: #fff url(http://dinapariseracing.com/wp-content/uploads/header.jpg) no-repeat
    bottom left;
    background-size: cover;
    padding-bottom: 250px;
    }

    #52720
    crankit
    Member

    Thank you! That worked! However, now when you hover over the header, a grey overlay appears. Anyway to get rid of that?

    #52756
    Sakin
    Keymaster

    @crankit: It’s because of opacity. You can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
    #hgroup-wrap a:hover img { opacity: 1; }

    #52784
    crankit
    Member

    Your the man. Worked. Thanks again!

    #52789
    Sakin
    Keymaster

    @crankit: thanks for your appreciation 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Double Header Image?’ is closed to new replies.