• Resolved enflex

    (@enflex)


    Hello every one,

    I have very basic knowledge in CSS and can’t remove that awful grey border from my images.
    I’ve already tried to add style=”border:none”; to my image code and nothing happened.
    Can anyone help me? I would be very greatfull!
    My page is: http://www.enflex.com.br

    Thanks in advance.

    King regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi enflex,

    Try adding in

    box-shadow: none;

    into your CSS rule.

    Drew

    Thread Starter enflex

    (@enflex)

    Drew thanks for the swift answer.

    Just one question…where exactly shoul i add this code? Would it be in the bottom of syle.css?

    Enflex

    Thread Starter enflex

    (@enflex)

    Wow! It worked…
    Instead of using style=”border:none”; i used style=”box-shadow: none”; as Drew said.

    Thank you very much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Border From Image – Koenda Theme’ is closed to new replies.