• Resolved davidwelsh721

    (@davidwelsh721)


    Hello everyone yhis seems like a universal problem but maybe some can help me with mine or maybe with my theme I am using the Mantra theme which is awesome but I keep getting the stupid border around my images my website is mpowerinc.org

    Can some one PLEAE HELP
    cant seemed to understand or find in the css file still a newbie I guess

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

    (@rustyscratchy)

    There is a CSS class applied to the images called imageSeven that is responsible for the border:

    .imageSeven {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 7px #CCCCCC inset;
    padding: 7px;
    }

    esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter davidwelsh721

    (@davidwelsh721)

    Very cool Thanks you so much, used ctrl F to find imageseven changed border: 1px to 0px
    and the padding 7px to 0px and it seems it has taken care of the problem
    Thanks again!!!!!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Remove Border around images’ is closed to new replies.