Remove the round corners

Posted in: Newsmag
Post count: 44

Hello guys,
How do i remove the round corners from the “title background” stripe. The stripe behind the custom title of the blocks.

thank you.

Post count: 7909

Hi,

Please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/ABDmLGdjfg

.block-title > a, .block-title > span{
border-radius: inherit;
}

Thanks!

Post count: 44

Yes. It works.
Multumesc!

Post count: 44

And what about the round corners from the “related articles/more from author” widget that appears in a post?
how do i remove the round corners from there too?

Post count: 7909

Please try this css code for that: http://screencast.com/t/0rQsmJ6um5

.td-related-title .td-related-left, .td-related-title .td-related-right{
border-radius: inherit;
}

Thanks!

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