A problem about background colour

Posted in: Newsmag
Post count: 14

Hi,

I have a problem about background colour. normally i use #f1f1f1 colour for my website background. you can see there: http://i.hizliresim.com/z5lDqR.jpg all post’s backgrounds are same. but when i post with “STYLE 6” (with full photo), background convert white (#ffffff) you can see there what i mean: http://i.hizliresim.com/qM8D0q.jpg i try but couldn’t find where i change that colour. can i help me. how can i convert that colour to #f1f1f1

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css:

.single_template_6{
background-color: #f1f1f1;
}

Thanks!

Post count: 14

it works, thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.