Disable Fade on Images On Mouseover

Homepage Community Forums Epik Theme Support Disable Fade on Images On Mouseover

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4765
    bhaynet1
    Customer

      Hi –

      Thank you for a lovely theme!

      I noticed that when scrolling a page and running my mouse over an image that the image automatically fades out & the URL of the image appears in the footer.

      I want to disable the face AND the automatic showing of the URL where the image is hosted.

      Can you please advise?

      Thanks!

      Barbara

      #4778
      bhaynet1
      Customer

        Hi –

        Can someone help please? I am trying to DISABLE the fade effect on images on posts & pages but NOT the slider.

        Here is a link to the site I am building where the image fades out on mouseover: http://castofbeatlemania.net/bios/

        I appreciate your help in advance!

        Barbara

        #4783
        kronos
        Customer

          Take a look around line 1776 in your style.css file and remove the opacity –

          #content a:hover img {
          	-moz-transition:all .5s ease;	
          	-o-transition:all .5s ease;	
          	-webkit-transition:all .5s ease;
          	transition:all .5s ease;
          	opacity: .5;
          	padding: 0;
          }
          #4791
          bhaynet1
          Customer

            Thank you so much! I removed:

            opacity: .5;

            and it worked!

            We’re good to go!

            Thanks again for your help!

            #4799
            kronos
            Customer

              Awesome!

              My pleasure

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Disable Fade on Images On Mouseover’ is closed to new replies.