Design Agency – Mouseover disable

Home Forums All Other Themes Design Agency – Mouseover disable

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52842
    RaviRavi
    Member
    • Topics: 8
    • Replies: 14
    • Total: 22
    Member since: November 10, 2016

    I want to disable the mouseover on the images in the “Our Works” section on the homepage.How can i do that.

    #52854
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    Hi Ravi,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .photobooth .gallery ul li:hover{background:none !important;}
    .photobooth .gallery ul li:hover img{opacity:1 !important;}
    .photobooth .gallery ul li:hover strong{display:none;}
    .photobooth .gallery ul li:hover p{display:none;}

    Regards,
    Brad

    #52863
    RaviRavi
    Member
    • Topics: 8
    • Replies: 14
    • Total: 22
    Member since: November 10, 2016

    thanks

    #52874
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30674
    • Total: 30674
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Design Agency – Mouseover disable’ is closed to new replies.