Title: Button styling
Last modified: July 8, 2025

---

# Button styling

 *  [Vladimir](https://wordpress.org/support/users/vladav/)
 * (@vladav)
 * [11 months ago](https://wordpress.org/support/topic/button-styling-14/)
 * Hi, is it possible to have different styling for button? Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-styling-14%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Saji](https://wordpress.org/support/users/gookaani/)
 * (@gookaani)
 * [11 months ago](https://wordpress.org/support/topic/button-styling-14/#post-18549953)
 * Hey Vladimir,
   Thanks for reaching out!
 * At the moment, the plugin doesn’t offer built-in options to change the button
   styling. However, you can customize it with CSS using the `.woo-store-vacation__btn`
   selector. For example:
 *     ```wp-block-code
       .woo-store-vacation__btn {  background-color: #101010 !important;  color: #fff !important;  border-radius: 10px;  padding: 6px 20px;}.woo-store-vacation__msg {  vertical-align: middle;}
       ```
   
 * Feel free to adjust the styles as needed to match your theme.
 *  Thread Starter [Vladimir](https://wordpress.org/support/users/vladav/)
 * (@vladav)
 * [11 months ago](https://wordpress.org/support/topic/button-styling-14/#post-18550047)
 * Hi, thank you very much. I couldnt find the right selector … 
   I tried it, but
   there is inherit keyword – do you know what to do with that?
 *  Thread Starter [Vladimir](https://wordpress.org/support/users/vladav/)
 * (@vladav)
 * [10 months, 4 weeks ago](https://wordpress.org/support/topic/button-styling-14/#post-18553738)
 * Hi Saji, just wonder if you had a time to check it again … Thanks! 🙂
 *  Plugin Support [Saji](https://wordpress.org/support/users/gookaani/)
 * (@gookaani)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/button-styling-14/#post-18559763)
 * Hey Vladimir,
   Thanks for the follow-up!
 * The `inherit` keyword in CSS means that the property is taking its value from
   a parent element. This can sometimes interfere with custom styling if the parent
   has strong or unexpected styles.
 * To override it, you can use `!important` in your CSS to force your styles to 
   apply.
 *  Thread Starter [Vladimir](https://wordpress.org/support/users/vladav/)
 * (@vladav)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/button-styling-14/#post-18560008)
 * Hi Saji,
 * thank you. I dint realize that there are colors set in plugin settings, which
   gave the inherit keyword …

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

The topic ‘Button styling’ is closed to new replies.

 * ![](https://ps.w.org/woo-store-vacation/assets/icon-256x256.gif?rev=2923942)
 * [Woo Store Vacation](https://wordpress.org/plugins/woo-store-vacation/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-store-vacation/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-store-vacation/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-store-vacation/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-store-vacation/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-store-vacation/reviews/)

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Vladimir](https://wordpress.org/support/users/vladav/)
 * Last activity: [10 months, 3 weeks ago](https://wordpress.org/support/topic/button-styling-14/#post-18560008)
 * Status: not resolved