• I’m trying to add one of the class that I created for images for the content

    The image I’m reffering is the image inside the content where it is execute in single.php file no matter how many image in there.

    I just create some function with CSS class similar to Lightbox and I have to insert the class name in the anchor text <a class="mynewCSS" something like that.

    But I couldn’t find where is that going to be?

    Thanks.

Viewing 1 replies (of 1 total)
  • Hi,
    I tested this in twenty eleven and it works fine, added to style.css

    .singular img {
        border: 1px solid #E0E0E0;
        box-shadow: 1px 1px 2px #E0E0E0;
        padding: 5px;
    }

    HTH

    David

Viewing 1 replies (of 1 total)
  • The topic ‘Where can I find the function get_content?’ is closed to new replies.