İlhan Özen
asked 9 years ago

Hi everybody, I want to use the logo as roll-over button with normal and hover image. When I move pointer to the logo of site I want it to change to different image then turn back to original image. Is it possible to do that in DW Wall theme?

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can do as the following:

  • Log in to Dashboard > Customize > Site Title & Tagline, then select the Site Title (Screenshot).
  • Add the following code to the style.css file:
    #branding a {
    background: url("http://localhost/dw_wall_1.1.2_quickstart/wp-content/uploads/2015/03/logo1.png") no-repeat scroll 47px 8px;
    color: #cb2027;
    display: block;
    position: relative;
    text-indent: 9999px;
    }
    #branding a:hover {
    background: url("http://localhost/dw_wall_1.1.2_quickstart/wp-content/uploads/2015/03/logo2.png") no-repeat scroll 47px 8px;
    }

    If you still face there issue, you can send me your site for further checking.
    Hope this helps !

ozenilhan
replied 9 years ago

Yes it works without any problem 🙂 thank you very much.

Powered by DW Question & Answer Pro