Circle to square images?  Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Circle to square images?

    Canis Kingdom
    Canis Kingdom
    New Member


    Female Posts : 15
    Reputation : 1
    Language : English
    Location : USA

    Solved Circle to square images?

    Post by Canis Kingdom March 27th 2015, 4:43 am

    Alright, so this has been bugging me for a million years. I've googled and forum searched but I just can't find anything! (Maybe i'm just bad at finding things..) I put a picture, and it changes to a circle image! I chose a template when I first joined, so I figure thats my issue, although I like my template. Anything I can post in Javascript or CSS sheet to change this? 

    Widgets are circle images  (ugh) Circle to square images?  Screen10

    And then my real affiliates as well! Circle to square images?  Screen11

    Please help me with this! It shows up like this in posts as well! It really bothers me! I used this to add my affiliates down to the bottom of my page: https://help.forumotion.com/t135528-add-affiliates-to-the-bottom-of-your-homepage

    I would appreciate links to this topic, or if you know what to do! I found one of square to circle, but that wouldn't help much..

    Forum: http://CanisKingdom.forumotion.com


    Last edited by Canis Kingdom on March 28th 2015, 1:31 am; edited 1 time in total
    EndlessDream
    EndlessDream
    Forumember


    Male Posts : 107
    Reputation : 22
    Language : English, Spanish, Serbian

    Solved Re: Circle to square images?

    Post by EndlessDream March 27th 2015, 4:56 am

    Hi,

    Go to Admin Panel -> Display -> Colors -> CSS Stylesheet

    Search for:

    Code:
    img {
    border-radius: 15px; 
    }

    Replace it with this:
    Code:
    img {
    border-radius: 0px;
    }
    SarkZKalie
    SarkZKalie
    Support Moderator
    Support Moderator


    Male Posts : 1443
    Reputation : 220
    Language : English

    Solved Re: Circle to square images?

    Post by SarkZKalie March 27th 2015, 2:05 pm

    Code:
    td row1 a img{border-radius: 0}



    Circle to square images?  Sarkzk10
    Canis Kingdom
    Canis Kingdom
    New Member


    Female Posts : 15
    Reputation : 1
    Language : English
    Location : USA

    Solved Re: Circle to square images?

    Post by Canis Kingdom March 28th 2015, 1:29 am

    Thank you so much! Worked like a charm!