• Resolved kamui89

    (@kamui89)


    Well, first let me tell you that I’m new in WP, and in the blogsphere in general.
    I also new in the CSS and i resolved the most of my problems but I have one with smiles, I use a plugin called “Smiley JavaScript Buttons”, I activated and place the code into the coments.php page, it was all good, but i saw that all the smiles had a blue box around and I know that is because the css identifies it like links, but I don’t know how to modify the CSS for omit that boxes.
    Mi web is: https://kamui89.net/?p=4#comments
    And my CSS page is: https://www.kamui89.net/wp-content/themes/Elvgren%201.03/style.css

    Thanks in advance =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this into your CSS:

    img {
    border: 0px none;
    }

    That should remove the border from all linked images. ??

    Thread Starter kamui89

    (@kamui89)

    Yes, it solve the problem =)
    thanks for all

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some problems with images’ is closed to new replies.