Title: Hover color errors
Last modified: March 28, 2024

---

# Hover color errors

 *  Resolved [oyo84](https://wordpress.org/support/users/oyo84/)
 * (@oyo84)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/hover-color-errors/)
 * How to disable the hover color link effect in the entire plugin? Mainly due to
   errors, e.g. revisit config icon, which is round, when you hover the mouse over
   it, a colored square is displayed instead of an icon, the same thing happens 
   with the X button, so instead of changing the color as a button, the color is
   displayed in the form of a square, it looks tragic, and there is no option for
   this in the plugin itself. If there is an icon that has a given RGB color, after
   the hover action it should change to a different color, but there is an error.
 * I will add that this effect occurs in combination with Elementor.
 * The solution is for the author to fix the errors or disable the hover effect 
   on all elements of the plugin, there is no option in the options, the CSS code
   remains?
    -  This topic was modified 2 years, 3 months ago by [oyo84](https://wordpress.org/support/users/oyo84/).

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

 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17534771)
 * Hi [@oyo84](https://wordpress.org/support/users/oyo84/),
 * Greetings from CookieYes!
 * Please share your site URL so that we can check for a solution specifically for
   your site.
 *  Thread Starter [oyo84](https://wordpress.org/support/users/oyo84/)
 * (@oyo84)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17535272)
 * I’m sending you, the website temporarily works as http, sometimes it may redirect
   to https and show an error.
 * [https://shorturl.at/qCNR5](https://shorturl.at/qCNR5)
 * I don’t know where this problem comes from, I haven’t seen it on another website,
   but it wasn’t based on Elementor, so there is some global plugin problem with
   Elementor.
 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17541614)
 * Hi [@oyo84](https://wordpress.org/support/users/oyo84/),
 * We couldn’t access your site as it always gets redirected to another URL.
 *  Thread Starter [oyo84](https://wordpress.org/support/users/oyo84/)
 * (@oyo84)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17542861)
 * I don’t want to give the address publicly, hence the redirection. The website
   only works on a temporary server, some browsers add https to the address, and
   this server does not have https, e.g. in Chrome it is like that, in other browsers
   this link should work. I will probably use another plugin if there are such problems.
 * As I wrote, the problem is the Elementor plugin, the hover effect that Elementor
   has inherits some of the plugin’s elements from Cookies, which makes it look 
   bad, only adding the CSS code yourself can fix it.
 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17546790)
 * Hi [@oyo84](https://wordpress.org/support/users/oyo84/),
 * We couldn’t replicate the issue of hovering the revisit icon. For the rest of
   the conflicts in the CSS, please try the below custom CSS and let us know the
   status:
 *     ```wp-block-code
       .cky-btn{
       	padding: 8px !important;
       	border-radius: 2px !important;
       }
       .cky-btn-customize, .cky-btn-reject, .cky-btn-preferences{
       	border: 2px solid #1863dc !important;
       }
       .cky-banner-btn-close, .cky-btn-close, .cky-show-desc-btn, .cky-accordion-btn{
       	&:hover{
       		background: none !important;
       	}
       }
       .cky-show-desc-btn:hover{
       	color: #1863dc !important;
       }
       ```
   
 *  Thread Starter [oyo84](https://wordpress.org/support/users/oyo84/)
 * (@oyo84)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17547272)
 * I added this code and it fixes some errors, there is also an error in the cookie
   revisit banner, after hovering the square in this circle is highlighted, nothing
   should happen.
 * In general, these errors should not be present, as if the plugin was losing to
   Elementor.
 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17547632)
 * Hi [@oyo84](https://wordpress.org/support/users/oyo84/),
 * Please modify the custom CSS we have shared in the last response as below:
 *     ```wp-block-code
       .cky-btn{
       	padding: 8px !important;
       	border-radius: 2px !important;
       }
       .cky-btn-customize, .cky-btn-reject, .cky-btn-preferences{
       	border: 2px solid #1863dc !important;
       }
       .cky-banner-btn-close, .cky-btn-close, .cky-show-desc-btn, .cky-accordion-btn, .cky-btn-revisit{
       	&:hover{
       		background: none !important;
       	}
       }
       .cky-show-desc-btn:hover{
       	color: #1863dc !important;
       }
       ```
   
 *  Plugin Support [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * (@cookieyesteam)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17559454)
 * Hi [@oyo84](https://wordpress.org/support/users/oyo84/),
 * This thread has been inactive for a bit, so we are going to mark it as resolved
   now. Please feel free to open a new thread or follow-up if you have any further
   questions or still need help.

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

The topic ‘Hover color errors’ is closed to new replies.

 * ![](https://ps.w.org/cookie-law-info/assets/icon.svg?rev=3007243)
 * [CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)](https://wordpress.org/plugins/cookie-law-info/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-law-info/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-law-info/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-law-info/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-law-info/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-law-info/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [CookieYes Team](https://wordpress.org/support/users/cookieyesteam/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/hover-color-errors/#post-17559454)
 * Status: resolved