presseroo
Member
Posted 1 year ago #
While playing around my new site presseroo.co.cc
i began to change layout colors. At some point the background around the images / thumbs i placed into the posts (like http://presseroo.co.cc/blog/wordpress-applications/ ) started to look awful against the new page background color.
So i tried to find the sweat spot where i could change the color that is most likely the background color of the thumb containers - but i could not find it either in the CSS file of the Theme nor in the PHP files of the Theme, so i assume this may have to be edited somewhere in the base WordPress files somewhere, but in which where, anybody in the knowing??
P.S. still unsolved, my WP mystery story about the BLOG posts always redirecting to the main page, how can this happen??
Looks like the background colour for your thumbnails can be found here:
/wp-content/themes/journalcrunch/style.css
Line 454 :)
line numbers can be difficult to use, as not every editor shows these line numbers.
@presseroo
please don't post the same question more than once (duplicate: http://wordpress.org/support/topic/how-do-i-control-caption-background?replies=7)
look at this style in style.css of your theme:
#content #singlePost img {
padding:10px;
border:none;
background:#EEF2F2;
-moz-border-radius:8px;
-webkit-border-radius:8px;
}
@alchymyth - Good point, I won't be lazy next time and will paste the whole entry :)
presseroo
Member
Posted 1 year ago #
Thanks for the fast answer, in fact i was 2 seconds faster finding out that if there is no "wp-caption" section in a style sheet i have to look for "img" and there for either a solid border color or a background color!
selfhelp is always the best help ;-)
if this sorted, could you mark this thread as 'resolved' ?