Jump to content

[B7a] Removing rounded corners


Quillz

Recommended Posts

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

 

Posted

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

.ipsType_sectionTitle {
    border-radius: 0;
}

 

Archived

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...