katanka1982
Member
Posted 1 year ago #
I have the constructor theme on my blog at http://tinyurl.com/36ed9gh . I want to delete the yellow background behind images in posts and also delete the border around these images.
Anyone knows how to do that? I don't see the yellow color in the css, it's only in the theme's option panel.
check this in you style.css around line 306
.wp-caption {
background-color:#FFF5C9;
border:1px solid #AAAAAA;
color:#333333;
take background and border out or change them to #ffffff
to make them as your backround in post.
katanka1982
Member
Posted 1 year ago #
Thanks, but I downloaded the css from the location http:// w ww. trouwkledij.be/ wp-content/ themes/constructor/style.css but i do not find this on line 306. I see different things on that line.
Can you tell me in which file I should look?
Thanks a lot.
Hi, open CSS tab on customize page and write next CSS rule:
.wp-caption {
background-color:white !important;
}
I make changes to the constructor/cache/style1.css file and they don't show up. I have cleared browser cache. What am I missing?
Don't change constructor/cache/style1.css - it's cache file of CSS generated by your settings
Write rules on CSS tab.