I assume you resolved this, yes?
Your featured image have borders on your Home page.
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;
}
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.]
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.]
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