Title: Transparency
Last modified: August 24, 2016

---

# Transparency

 *  Resolved [Iron Tears](https://wordpress.org/support/users/iron-tears/)
 * (@iron-tears)
 * [11 years ago](https://wordpress.org/support/topic/transparency-9/)
 * Hi, im setting up my first wordpress website and dont have a lot of experience
   so if possible please leave a detailed answer.
 * Im trying to make the border and background of my easy heads up bar transparent,
   but if i remove the borders color in the heads up bar menu it will simply go 
   grey (no issues with the background), so i found this in another topic
 * #ehu_bar {
    border: none !important; }
 * and added it to the bottom of my style.css file, but it didnt change anything,
   where did i go wrong?
 * (my site for reference: [http://myifresh.tk/](http://myifresh.tk/))
 * thanks in advance
 * [https://wordpress.org/plugins/easy-heads-up-bar/](https://wordpress.org/plugins/easy-heads-up-bar/)

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

 *  Plugin Author [Greenweb](https://wordpress.org/support/users/greenweb/)
 * (@greenweb)
 * [11 years ago](https://wordpress.org/support/topic/transparency-9/#post-6055538)
 * that code looks right – I am out of the office for the next week.
 * I suggest asking this question here [https://wordpress.org/support/forum/themes-and-templates](https://wordpress.org/support/forum/themes-and-templates)
 * Thanks
 *  Plugin Author [Greenweb](https://wordpress.org/support/users/greenweb/)
 * (@greenweb)
 * [11 years ago](https://wordpress.org/support/topic/transparency-9/#post-6055636)
 * [@iron](https://wordpress.org/support/users/iron/) Tears You have the wrong selector
   there.
 * It should be`#ehu-bar`
 * So:
 *     ```
       #ehu-bar {
           border-bottom: none !important;
       }
       ```
   
 * Works

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

The topic ‘Transparency’ is closed to new replies.

 * ![](https://ps.w.org/easy-heads-up-bar/assets/icon.svg?rev=1161802)
 * [Easy Heads Up Bar](https://wordpress.org/plugins/easy-heads-up-bar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-heads-up-bar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-heads-up-bar/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-heads-up-bar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-heads-up-bar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-heads-up-bar/reviews/)

## Tags

 * [bar](https://wordpress.org/support/topic-tag/bar/)
 * [border](https://wordpress.org/support/topic-tag/border/)
 * [bottom](https://wordpress.org/support/topic-tag/bottom/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [Transparency](https://wordpress.org/support/topic-tag/transparency/)
 * [transparent](https://wordpress.org/support/topic-tag/transparent/)
 * [up](https://wordpress.org/support/topic-tag/up/)

 * 2 replies
 * 2 participants
 * Last reply from: [Greenweb](https://wordpress.org/support/users/greenweb/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/transparency-9/#post-6055636)
 * Status: resolved