Title: Button Visibility CSS
Last modified: January 25, 2017

---

# Button Visibility CSS

 *  [crownpjf](https://wordpress.org/support/users/crownpjf/)
 * (@crownpjf)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/)
 * How can can I make the buttons permanently visible on my homepage under “Our 
   Services”? Right now they only appear when hovering.
 * I’ve tried amending the visibility under .our-services-link in the style sheet
   to “visibility: visible;”. From what I understand this is the default value but
   added it nonetheless.
 * Website for reference: [http://www.modemedspa.com/](http://www.modemedspa.com/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [Nemanja](https://wordpress.org/support/users/nemanja/)
 * (@nemanja)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8698223)
 * Looks like you have one of those coming soon plugins so we can not see code and
   help you out.
 *  Thread Starter [crownpjf](https://wordpress.org/support/users/crownpjf/)
 * (@crownpjf)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8698289)
 * my apologies, thank for the reminder. maintenance mode has been turned off. should
   be good now.
 *  [Anwer AR](https://wordpress.org/support/users/aranwer104/)
 * (@aranwer104)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8698873)
 * try this css
 *     ```
       .menu-item-238 ul {
         display: block;
       }
       ```
   
 *  Thread Starter [crownpjf](https://wordpress.org/support/users/crownpjf/)
 * (@crownpjf)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8698899)
 * This did not work. Is this to be added in the style sheet under .our-services-
   link ?
 *  [Anwer AR](https://wordpress.org/support/users/aranwer104/)
 * (@aranwer104)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8698921)
 * if this didn’t work then add an !important tag after value.
    just add following
   code into your style.css at the end
 *     ```
       .menu-item-238 ul {
         display: block !important;
       }
       ```
   
 *  Thread Starter [crownpjf](https://wordpress.org/support/users/crownpjf/)
 * (@crownpjf)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8698937)
 * No luck. I also tried adding it to page-template/template-home.php and this did
   not work either.
 *  [harrison.lloyd](https://wordpress.org/support/users/harrisonlloyd/)
 * (@harrisonlloyd)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8704792)
 * Did you get this working? I can see the buttons.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Button Visibility CSS’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [custom theme](https://wordpress.org/support/topic-tag/custom-theme/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 7 replies
 * 4 participants
 * Last reply from: [harrison.lloyd](https://wordpress.org/support/users/harrisonlloyd/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/button-visibility-css/#post-8704792)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
