Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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!

    Thread Starter luxtripper

    (@luxtripper)

    Thread Starter luxtripper

    (@luxtripper)

    Thanks – I’d already tried that plugin.

    I checked with a colleague and the favicon appears on his computer as well, but still not on mine – we’re both using the same browser which is odd. Not sure what could be causing that??

    I guess it’s a moot point then – if others can see it it doesn’t really matter if I can’t. Still strange though… thanks anyway for your help!

Viewing 3 replies - 1 through 3 (of 3 total)