Viewing 6 replies - 1 through 6 (of 6 total)
  • Try adding:

    #content .cn-entry {
        border: none !important;
    }

    on the bottom of your theme’s stylesheet.

    Thread Starter jsalda

    (@jsalda)

    OK, I’m just starting out with code, so bear with me. I’m assuming you’re referring to the WordPress theme, as opposed to the plug-in itself? I added it to style.css and nothing happened.

    Yes – I meant your theme’s stylesheet. And it should work (it did for me using Firebug).

    Thread Starter jsalda

    (@jsalda)

    Switched 2010 Weaver theme and added it, works great for the content! Thanks, now I’ve got to figure out how to remove the border from the pictures!

    Steven

    (@shazahm1hotmailcom)

    This should remove it from the images…

    #content div.cn-entry img.photo {
        border: none !important;
    }
    Thread Starter jsalda

    (@jsalda)

    Awesome! Thanks so much Steve.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Customize Connections plug-in look’ is closed to new replies.