Forum Discussion

tkearsley's avatar
10 years ago

Community border elements

Hello,   I am trying to do a simple change to my community. I cannot seem to find the CSS to modify the borders. I wish to remove the rounded corners. Can someone point me in the right direction? ...
  • OlivierS's avatar
    10 years ago

    tkearsley 

     

    When you want to change style to any website, a good start is to use FireBug (with FireFox) or any Web developer tool (Chrome / IE / Safari). And inspect the element(s). It will show you the CSS style. And you can even modify it on the fly.

     

    You will notice that the rounded corners are images.

     

    There is an article explaining how it works. Please check it out I think it answers your question perfectly.