Jump to content

[B7a] Removing rounded corners

Featured Replies

Posted

Not sure if this is the place to post this or not...

What do I need to change in the CSS to remove all rounded corners? When I inspect elements, I get a reference to .ipsType_sectionTitle, but can't find this anywhere in the templates or CSS.

Screen_Shot_2015-02-08_at_21.50.29.thumb

 

You can override the CSS by using the custom.css. CSS -> core -> front -> custom -> custom.css

.ipsType_sectionTitle {
    border-radius: 0;
}

 

  • Author

I'll try that, thanks. I remember doing something similar for the 3.x releases.

  • Author

It seems to have worked exactly like how I wanted. Thanks.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.