• Resolved lkmage

    (@lkmage)


    Hello-

    I am using the “red” version of the Maskitto Light theme, and would like to hide the title of the “services” on the “home” page until the mouse is over the icon. Put another way, when the services icon moves up as the mouse covers it, I would like the title to appear.

    One way to do this would be to make the text transparent until the icon is moused over, but I have been unable to locate the correct objects in css.

    Any help would be appreciated. Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author shufflehound

    (@shufflehound)

    Hello,

    Thank you for using Maskitto theme.

    You can try to use this CSS snippet and paste in under Maskitto Light Options > CSS Code.

    .service-item h5 {
        display: none;
    }
    
    .service-item:hover h5 {
        display: block;
    }

    Best regards,
    Shufflehound

Viewing 1 replies (of 1 total)
  • The topic ‘Services Formatting’ is closed to new replies.