Good voice theme(Grey Space between section + Change yellow line on header)

Posted in: Newsmag
Post count: 45

Hi,

Could you help

Good voice theme

1. How do we design the grey Space between section
2. Unable to change yellow line on content header in the theme panel

IT Duck

Post count: 23312

Hello itduck2020,

About what kind of Grey Space between section do you are referring? Please provide your website URL and some useful screenshots so I will be able to provide a more accurate response/code.

You should try using a custom CSS code if you want to change the color line.

.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after{
background-color:red;
}
.td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after{
background-color:red;
}

The result is here -> https://www.screencast.com/t/dOYIfr82WF

Thanks for your understanding!

Post count: 45

Dear Catalin,

1. Grey space between section
Kindly see w Green star
https://www.screencast.com/t/cP75V0SL3ce

Unable to recreate space with grey color between section, visual composer.
https://www.screencast.com/t/I1NN11NBNjeZ

2. The CSS code doesn’t work. Sorry (poor coding knowledge).

https://www.screencast.com/t/J5l2URrMd3

.td-newsmag-voice .td-pb-span4
.td_block_template_1 .block-title
span:after{
background-color:red;
}
.td-newsmag-voice .td-pb-span12
.td_block_template_1 .block-title
span:after{
background-color:red;
}

Thanks

Post count: 23312

Hello itduck2020,

1)The background color can be set up from the theme panel -> https://www.screencast.com/t/AjlsCRTNb -> https://www.screencast.com/t/0wEuZecl
2)Try to add the !important tag after the value of your code to give it more priority.

Use the code below ->

.td-newsmag-voice .td-pb-span4 .td_block_template_1 .block-title span:after{
background-color:red!important;
}
.td-newsmag-voice .td-pb-span12 .td_block_template_1 .block-title span:after{
background-color:red!important;
}

Hope this helps!

Thanks.

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