Title: Styling/CSS Issue
Last modified: October 26, 2019

---

# Styling/CSS Issue

 *  Resolved [amityweb](https://wordpress.org/support/users/amityweb/)
 * (@amityweb)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/)
 * I choose a voucher background colour, but it seems the plugin then uses this 
   for other background colours on the front end like buttons and the template radio
   selection.
 * I thought I would override it in my style.css, BUT the plugin outputs this CSS
   inline AND adds !important to it.
 * Custom CSS in the plugin seems to do nothing.
 * So basically there is no way to override the front end button colours. I dont
   want them the same as my voucher background.
 * Thanks
    -  This topic was modified 6 years, 6 months ago by [amityweb](https://wordpress.org/support/users/amityweb/).

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

 *  Thread Starter [amityweb](https://wordpress.org/support/users/amityweb/)
 * (@amityweb)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/#post-12068623)
 * Its OK, the custom CSS is actually working now, I have WO Rocket messing with
   it. So I can override CSS using that. Although ideally it should not be output
   inline, and not using !important.
 *  Plugin Author [Codemenschen](https://wordpress.org/support/users/codemenschen/)
 * (@codemenschen)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/#post-12083512)
 * Hello [@amityweb](https://wordpress.org/support/users/amityweb/),
 * Thanks for your suggestion. We will note this and try to do this in our next 
   updates.
 * It’s good to hear that your problem has been solved. If there is anything else
   please let me know. We will happy to help you.
 * _[ [Signature deleted](https://wordpress.org/support/guidelines/#do-not-spam)]_
    -  This reply was modified 6 years, 5 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 *  [tatu89](https://wordpress.org/support/users/tatu89/)
 * (@tatu89)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/#post-12092436)
 * [@amityweb](https://wordpress.org/support/users/amityweb/)
    Hi! I’m suffering
   from the same problem, could you share your css code?
 * Thanks!
    -Tatu
 *  Thread Starter [amityweb](https://wordpress.org/support/users/amityweb/)
 * (@amityweb)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/#post-12093900)
 * Just use the plugins own custom CSS – its an absolute real pain when themes and
   plugins have a place to add CSS instead of allowing it in the main css files (
   so your styling is spread all over the place!), but thats the only way I could
   do it until they improve it.
 *  [tatu89](https://wordpress.org/support/users/tatu89/)
 * (@tatu89)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/#post-12108235)
 * [@amityweb](https://wordpress.org/support/users/amityweb/) [@codemenschen](https://wordpress.org/support/users/codemenschen/)
   
   Thanks guys!
 * I figured the code out, i wanted to use white background on the gift card but
   some information got invisible. Here’s the code i used at the plugins custom 
   CSS if anyone else needs.
 *     ```
       a {
         color: black !important;
       }
       label {
       color: black !important;
       }
       legend {
       color: black !important;
       }
       button {
       color: black !important;
       }
       ```
   

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

The topic ‘Styling/CSS Issue’ is closed to new replies.

 * ![](https://ps.w.org/gift-voucher/assets/icon-256x256.png?rev=2433083)
 * [Gift Cards (Gift Vouchers and Packages) (WooCommerce Supported)](https://wordpress.org/plugins/gift-voucher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gift-voucher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gift-voucher/)
 * [Active Topics](https://wordpress.org/support/plugin/gift-voucher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gift-voucher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gift-voucher/reviews/)

 * 5 replies
 * 0 participants
 * Last reply from: [tatu89](https://wordpress.org/support/users/tatu89/)
 * Last activity: [6 years, 6 months ago](https://wordpress.org/support/topic/styling-css-issue/#post-12108235)
 * Status: resolved