Social Counter header colors

Posted in: Newspaper
Post count: 36

Changing Header color/Header text color in Social Counter Settings doesn’t do anything.

Title is always in white color on black background.

Post count: 23312

Hello ivpt,

We know about this issue and we will consider to fit in in near future update. Until this, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td_block_social_counter .block-title > span{
background-color:red;
color:green;
}
.td_block_social_counter .block-title{
border-color:red
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.