Title: Services Formatting
Last modified: August 31, 2016

---

# Services Formatting

 *  Resolved [lkmage](https://wordpress.org/support/users/lkmage/)
 * (@lkmage)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/services-formatting/)
 * 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](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/services-formatting/#post-7116787)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/maskitto-light/3.4.0/screenshot.
   png)
 * Maskitto Light
 * [Support Threads](https://wordpress.org/support/theme/maskitto-light/)
 * [Active Topics](https://wordpress.org/support/theme/maskitto-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/maskitto-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/maskitto-light/reviews/)

## Tags

 * [maskitto](https://wordpress.org/support/topic-tag/maskitto/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 1 reply
 * 2 participants
 * Last reply from: [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/services-formatting/#post-7116787)
 * Status: resolved