Viewing 9 replies - 1 through 9 (of 9 total)
  • I assume you resolved this, yes?

    Thread Starter Chris905

    (@chris905)

    No. I stink.

    Your featured image have borders on your Home page.

    Thread Starter Chris905

    (@chris905)

    Upon closer inspection Esmi you are indeed correct. Do you know how to make them more visible or thicker?

    Thanks!

    You need to edit wp-content/themes/arras/css/styles/default.css and change:

    .posts-quick .entry-thumbnails {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #CCCCCC;
    }

    to:

    .posts-quick .entry-thumbnails {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 3px solid #CCCCCC;
    }
    Thread Starter Chris905

    (@chris905)

    Thanks, I can’t seem to find any of that text though. My “styles” editor looks like this:

    [CSS moderated as per the Forum Rules.]

    Thread Starter Chris905

    (@chris905)

    Wait no, aghhh that was my “style.css” THIS NEW ONE is my “styles.css”

    Man I am confused.

    [CSS moderated as per the Forum Rules.]

    Thread Starter Chris905

    (@chris905)

    ALSO, I installed this theme directly on wordpress, I was given wordpress through GoDaddy without actually installing it. Does that change anything?

    You need to look in wp-content/themes/arras/css/styles/default.css

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Add Border To Featured Image’ is closed to new replies.