Change Social Media Icon Colour in Widget Area
-
I have changed my social media icon widget (It’s bigger and I had the option to center them) – but I lost my colours.
I will copy the CSS I have in my custom CSS editor below. Does anyone know why it’s not working on my new widget and what I need to do to fix it?/*—— Start sidebar styling——*/
@import url(https://fonts.googleapis.com/css?family=Niconne);
.widget {
background: transparent url(“data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAADCAIAAADqcT3hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACVJREFUeNpifPfuHcMoIA4w/v//fzQUiAQs79+/Hw0FIgFAgAEAJqEIm4nV/SwAAAAASUVORK5CYII=”) repeat-x scroll 0 24px;
text-align: center;
}
.widget-title {
background: #fff;
display: inline-block;
font-family: “Niconne”;
font-size: 24px;
text-align: center;
text-transform: lowercase;
color: #ffb5c4 !important;
margin-bottom: 0;
padding: 0 12px;
}
.widget-title::before, .widget-title::after { display: none; }
.widget ul, .widget ol { text-align: initial; }
.front-widget-area .widget ul > li, .front-widget-area .widget ol > li, .sidebar-widget-area .widget ul > li, .sidebar-widget-area .widget ol > li {
border-bottom: 1px dashed #eee;
border-top: 0;
font-family: serif;
}
.widget ul > li, .widget ol > li { padding: 8px 0; }
.widget a, .widget a:visited { color: #92ead9; }
.widget a:hover, .widget a:focus { color: rgba(255, 181, 196, 0.7); }
/*—— End sidebar styling——*/
/* Social icons */
ul.social {
margin: 0;
height: 36spx;
text-align: center;
}
ul.social li { display: inline-block; border-bottom: none; margin: 0; padding: 0; }
a.social-icon {
background: #e4e4e4;
display: inline-block;
border-radius: 50%;
width: 36px;
height: 36px;
color: #ffffff;
}
a.social-icon:hover {
color: #fff;
-webkit-transition: background 300ms ease-in-out;
-moz-transition: background 300ms ease-in-out;
-ms-transition: background 300ms ease-in-out;
-o-transition: background 300ms ease-in-out;
transition: background 300ms ease-in-out;
}
a.social-icon:visited {
color: #fff;
}
.social-icon .icon {
font-size: 18px;
line-height: 36px;
}.category .page-header .page-title { display: none; }
- The topic ‘Change Social Media Icon Colour in Widget Area’ is closed to new replies.