Title: CSS Issue on Theme
Last modified: November 16, 2018

---

# CSS Issue on Theme

 *  [velcrodogdesigns](https://wordpress.org/support/users/velcrodogdesigns/)
 * (@velcrodogdesigns)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/css-issue-on-theme/)
 * In the main menu I have add a custom class to the ‘Donate’ button with the purple
   background. But for the life of me I cannot remove the ‘blob’ effect that happens
   when you hover over it. Below is my custom CSS; any ideas here?
 *     ```
       .donate {
       background:#4A1383;
       padding:0px 10px 0px 10px;
       color: blue !important;
       }
   
       .donate a{
       color: white !important;
       }
       ```
   
    -  This topic was modified 7 years, 6 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
    -  This topic was modified 7 years, 6 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-issue-on-theme%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * (@howdy_mcgee)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/css-issue-on-theme/#post-10888099)
 * You could remove it from the navigation entirely by using the following CSS:
 * `.scheme_original .menu_main_nav > li#blob { display: none; }`
 * Or specifically from the donate button:
 * `.menu_main_nav .donate > #blob { display: none; }`
 * You’ll have to add on your own donate hover though:
 * `.menu_main_nav > li.blob_over.donate:not(.current-menu-item):not(.current-menu-
   parent):not(.current-menu-ancestor):hover { background-color: #981fe9; }`

Viewing 1 replies (of 1 total)

The topic ‘CSS Issue on Theme’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Howdy_McGee](https://wordpress.org/support/users/howdy_mcgee/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/css-issue-on-theme/#post-10888099)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
