Hi, this is my website popcornscreen.com
1. Here is my colors for background http://prntscr.com/m497gn , but when i press some posts, this colors show different shade of grey http://prntscr.com/m497rw why? here my settings for themes colors http://prntscr.com/m49b2l
2. Can you give me guide for changing shadow pop up style – this http://prntscr.com/m49cao in to the http://prntscr.com/m49cl9
3. guide for changing width of my website popcornscreen.com in to width of imdb.com
thank you for answers
Hi,
1. There would be an explanation for this. The posts will inherit the background set for their primary category (color or image)
– https://forum.tagdiv.com/primary-category/
So for example this category page has a background color (#dbdad6)
– http://popcornscreen.com/category/filmovi/
That seems to be the only category for this post – http://popcornscreen.com/captain-marvel-dobija-novi-poster-i-tv-spot/
So it will be the primary category of the post, while the post inerits the background, Check in the Theme panel per category settings if some categories have background colors set
– https://forum.tagdiv.com/how-category-settings-work/
2. You could add a shadow to the container, something like this for example (could be other ways)
– http://prntscr.com/m4fpew
Create your own shadow as you want it, there are plenty of generators online
– https://html-css-js.com/css/generator/box-shadow/
The code is this one, just add the shadow
#td-outer-wrap {
max-width: 1164px;
margin: 0 auto;
/*your shadow code here*/
}
Enter it in the theme panel custom CSS code section.
3. The theme width cannot be changed by a setting or in general. Through the composer row can be stretched but not reduced
– http://prntscr.com/m4fr8v
It isn’t such a difference actually, IMDB is 1008px and the theme is 1068px (content).
Thanks
Hi,
1. Please use this custom css and all background color will be the same
body {
background-color: #e6ecf0;
}
Is possible to have set somewhere the background color for posts.
2. Please try this custom css
.td-container-wrap
{
box-shadow:
0 9px 0px 0px white,
0 -9px 0px 0px white,
12px 0 15px 0px rgba(31, 73, 125, 0.8), -12px 0 15px 0px rgba(31, 73, 125, 0.8);
}
https://www.screencast.com/t/p0t2TNdFf
3. In order to change the width you need to make a lot of settings, because our theme do net have such options.
Thanks.