Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Kremental

    (@seestheday)

    This isn’t a standard feature of the free version. If you want to do this you’ll have to edit the css files.

    Thread Starter imtopsyturvy

    (@imtopsyturvy)

    I understand that, but I’ve been trying to take it out in the CSS and having no luck. Can you direct me to where it would be?

    I’d like to know this to. If you could point me in the direction of where in the CSS to look I’d really appreciate it.

    Thanks – and great plugin

    Same here.

    I tried this in the custom CSS:

    div.riview ul li {
    display: inline-block;
    position: relative;
    border: none;
    overflow: hidden;
    }

    That didn’t work. I also tried to change the border px to 0 rather than none, but to no avail. I also have not margin between the right side of my images and the double border.

    This plugin might be an AWESOME solution we’ve been looking for… just hoping to make a few tweaks including removing the border/rounded corners.

    I’m no CSS whiz by any means, but I did past what appears to be the current code into my custom CSS…

    div.riview ul li {
    display: inline-block;
    position: relative;
    border: 4px double;
    overflow: hidden;
    }

    And replace the third line with border: 0px;

    That didn’t work. Nor did border: none;

    I also have no margin between the right side of my images and the current double border I’m trying to remove.

    Thread Starter imtopsyturvy

    (@imtopsyturvy)

    Was there ever an answer to this issue? I would also like to get rid of the borders and not have rounded corners. As is, it does not look clean and professional

    Hey guys,

    To remove rounded corners, in the style.css page search for “border-radius” and set values to 0px. There are 3 places to do this. The line should look like this:

    div.riview ul li{font-weight:bold;text-align:center;margin:10px 0 0 10px;
    -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;

    To remove border, change border value to “none” – but if you already have the plugin working on your site, you’ll need to clear your cache before viewing the changes. (Try CTRL + F5 to refresh index page and see changes, if that doesn’t work, clear your cache in your browser history).

    Hope this helps!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘get rid of rounded corners’ is closed to new replies.