• Resolved Bless2all

    (@bless2all)


    I recently installed CookieYes and modified the banner colors with my site’s color scheme. It looks perfect in the Banner Preview, however, it’s completely wrong on my site. The “Reject All” and “Customize” buttons are set to Border #F23D4F (a red color) and Text #F23D4F and I left the background as transparent. On the site, it is showing up as the solid red color and you can’t see the text. The mouseover is messed up to. What can I do about this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @bless2all,

    Greetings from CookieYes!

    This issue is due to a conflict with the button css added in your theme’s stylesheet: https://www.warmheartspublishing.com/wp-content/themes/restored316-divine/style.css line 344. To resolve this, you should either remove this css or update it as given below:

    button:not(.cky-btn),
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .entry-content .button {
    	background-color: #f23d4f !important;
    	border-style: solid;
    	border-color: #f23d4f;
    	box-shadow: none;
    	color: #ffffff;
    	cursor: pointer;
    	padding: 16px 20px;
    	width: auto;
    }
    
    button:not(.cky-btn):hover,
    input:hover[type="button"],
    input:hover[type="reset"],
    input:hover[type="submit"],
    .button:hover,
    .entry-content .button:hover {
    	background-color: #ffffff !important;
    	border-style: solid;
    	border-color: #f23d4f;
    	color: #f23d4f;
    	text-decoration: none;
    }
    Plugin Support CookieYes Team

    (@cookieyesteam)

    Hi @bless2all,

    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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Banner customization not working properly’ is closed to new replies.