-
AuthorPosts
-
August 30, 2016 at 12:02 pm #679353
Good afternoon,
Maybe this question is not suitable at this forum, but I´m sure you could help me with this issue:
I want to change the color of the button and the link of this Cookie message:This is the code we have right now:
#cookie-notice {
display: none;
position: fixed;
min-width: 100%;
height: auto;
z-index: 100000;
font-size: 13px;
line-height: 20px;
left: 0;
text-align: center;
}.cookie-notice-container {
padding: 10px;
}.cn-top {
top: 0;
}.cn-bottom {
bottom: 0;
}#cookie-notice .button {
margin-left: 10px;
}#cookie-notice .button.wp-default {
font-family: sans-serif;
line-height: 18px;
padding: 2px 12px;
background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
border-color: #BBB;
color: #333;
text-shadow: 0 1px 0 #FFF;
-moz-box-sizing: border-box;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
cursor: pointer;
display: inline-block;
font-size: 12px;
font-style: normal;
text-decoration: none;
white-space: nowrap;
outline: none;
}#cookie-notice .button.wp-default:hover, #cookie-notice .button.wp-default:focus {
background: linear-gradient(to bottom, #FFFFFF, #F3F3F3) repeat scroll 0 0 #F3F3F3;
border-color: #999999;
color: #222222;
}#cookie-notice .button.bootstrap {
font-family: sans-serif;
display: inline-block;
*display: inline;
padding: 4px 12px;
margin-right: 0.3em;
margin-bottom: 0;
*margin-left: .3em;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
font-style: normal;
vertical-align: middle;
cursor: pointer;
color: #ffffff;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #AB5D5C;
*background-color: #0044cc;
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
background-repeat: repeat-x;
border-style: solid;
border-width: 1px;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ff0088cc’, endColorstr=’#ff0044cc’, GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
padding: 2px 10px;
font-size: 12px;
text-decoration: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: none;
}#cookie-notice .button.bootstrap:hover, #cookie-notice .button.bootstrap:focus {
color: #ffffff;
background-color: #0044cc;
*background-color: #003bb3;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}____________________________________________
And I need to change to:
Background of the full message: #444444
Font of the message: #999999
Font for links and font for the button: #8C4F4F
Background of the button background: #222222Please, could you help me to modify this?
thanks in advance
September 1, 2016 at 7:14 am #680515Hey davidmartinserrano,
I think that question would be better asked to the plugin authors to be honest. If you still need help then please post a link to your site.
Thanks,
RikardSeptember 2, 2016 at 2:22 pm #681305Hi Rikard,
Thanks for your reply,
I finally managed to change the color of the link, including html code and so on….
The point is that I can´t manage to change the color of the OK button once the cookie notice is shown….It´s a dark blue and I want it to be #222222….I have tried with plugin support, without success,
Please, could you take a look at the link that I post in private and see if you can change manage to change it?Note: The link is the access to front.css for the plugin Cookie Notice
Thanks in advance
September 4, 2016 at 7:22 am #681732Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
#cn-accept-cookie { background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important; }
Replace the hex codes with your own colours.
Regards,
Rikard- This reply was modified 8 years, 2 months ago by Rikard.
-
AuthorPosts
- You must be logged in to reply to this topic.