Block predefined style

Posted in: Newsmag
Post count: 17

Can I assign different Block predefined style to different pages? I need one of my pages to have a different theme color to the rest of my pages. Thanks.

Post count: 6535

Hi

I am not sure which colors do you want to change for your particular page so please provide more details about this and also provide your page url so I can inspect this closer and get back to you with a more accurate answer.

Thanks!

Post count: 17

I want to change the Block predefined styles on this page from red to grey

http://topic.ie/election2016/

Thanks.

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.page-id-6639 .td-header-border:before, .page-id-6639 .td-container-border:after{
background-color: grey!important;
}
.page-id-6639 .td-pb-row [class*="td-pb-span"],
.page-id-6639 .td-container, .page-id-6639 .wpb_row, .page-id-6639 .wpb_content_element {
border-color: grey!important;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.