Need black as changed background but now doesn't stand out.
Tried things like this in quick CSS.
.small_header_info.meta-color, .small_header_info.meta-color span {
color: #190707 !important;
font-size: 14px !important;
}
Need black as changed background but now doesn't stand out.
Tried things like this in quick CSS.
.small_header_info.meta-color, .small_header_info.meta-color span {
color: #190707 !important;
font-size: 14px !important;
}
Hi Thumper171,
Try this code instead:
.social_bookmarks li,
.social_bookmarks li span {
color: #190707 !important;
font-size: 14px !important;
}
Hope this helps. :)
Regards,
Ismael
You must log in to post.