Title: Editing CSS for Giftable
Last modified: June 23, 2018

---

# Editing CSS for Giftable

 *  Resolved [calcalcalcal](https://wordpress.org/support/users/calcalcalcal/)
 * (@calcalcalcal)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/)
 * Hi there, I run a website that uses a very simple black and white color scheme
   and this plugin conflicts with it because of the h3 tag in checkout. Otherwise,
   everything is perfect and this plugin is exactly what I need.
 * Is there a way to change it so that the text in the cart “Choose your free gift”
   and the gift item title do not pull from my stylesheet? Is there something I 
   can reference in a custom css code? Currently it displays as white text on a 
   white background.
 * The best solution would be if the white background in the cart was black instead.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fediting-css-for-giftable%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [DecomTeam](https://wordpress.org/support/users/decomteam/)
 * (@decomteam)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10427851)
 * Hi [@calcalcalcal](https://wordpress.org/support/users/calcalcalcal/),
    we have`
   dgfw-` classes on all elements so you can easy customize it with CSS
 *     ```
       .dgfw-available-gifts {
         h3.dgfw-available-gifts-title {
           color: red;
         }
       }
       ```
   
 * *best way to insert code is directly to `child-theme`, or to use plugin `Simple
   Custom CSS and JS`
 *  Thread Starter [calcalcalcal](https://wordpress.org/support/users/calcalcalcal/)
 * (@calcalcalcal)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10428837)
 * Hi [@decomteam](https://wordpress.org/support/users/decomteam/),
 * The provided code does not work with directly inserting the code or using the
   Simple Custom CSS and JSS plugin.
 * I get these errors:
 * Expected COLON at line 2, col 5.
 * Unxpected TOKEN ‘}’ at line 5, col 1.
 * CSS doesn’t seem to recognize the h3.dgfw-available-gifts-title call.
 *  Plugin Author [DecomTeam](https://wordpress.org/support/users/decomteam/)
 * (@decomteam)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10429789)
 * Hi [@calcalcalcal](https://wordpress.org/support/users/calcalcalcal/), could 
   you share a screenshot ?
    – the code is for **CSS **(not a JS = JavaScript) ,
   just check it is it a CSS you added
 *  Thread Starter [calcalcalcal](https://wordpress.org/support/users/calcalcalcal/)
 * (@calcalcalcal)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10430248)
 * Here is a link to a screen shot.
 * It is CSS I added. [https://snag.gy/HlP2ht.jpg](https://snag.gy/HlP2ht.jpg)
 *  Plugin Author [DecomTeam](https://wordpress.org/support/users/decomteam/)
 * (@decomteam)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10430255)
 * – try?
 *     ```
       .dgfw-available-gifts h3.dgfw-available-gifts-title {
           color: #000000 !important;
       }
       ```
   
 * or you could remove background from giftable slider:
 *     ```
       .dgfw-available-gifts {
         background: transparent !important;
       }
       ```
   
 *  Thread Starter [calcalcalcal](https://wordpress.org/support/users/calcalcalcal/)
 * (@calcalcalcal)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10430314)
 * Excellent! Both of those worked. I went with removing the background, thank you!

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

The topic ‘Editing CSS for Giftable’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/giftable-for-woocommerce_a7699a.svg)
 * [Giftable for WooCommerce](https://wordpress.org/plugins/giftable-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/giftable-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/giftable-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/giftable-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/giftable-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/giftable-for-woocommerce/reviews/)

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [calcalcalcal](https://wordpress.org/support/users/calcalcalcal/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/editing-css-for-giftable/#post-10430314)
 * Status: resolved