Tagged: Color, customization, sidebar
Hello,
I already read the posts and answers about this topic in the support forum, but none of them solved my problem.
I need to chance the whole sidebar’s column background color, but changing the CSS so far I only got a color change in part of it… not the whole sidebar column.
How can you help me?
Regards from Brazil
Newton.
Hi newtonlinchen!
This is kind of a difficult thing to do. I suppose the easiest way would be to create a 1030 x 1 png image and have the left side transparent and the right side the color of your sidebar and then add this to your custom CSS.
.right_sidebar .template-blog { background: url("URL to your image") !important; }
Best regards,
Elliott
This won’t help, because is for my blog page with infinite scroll!!
I really need a CSS configuration here, even if I have to create a custom.css rule for several CSS short codes…
But Kriesi could do better: to create a customization button that would make it for us!
While this doesn’t happen, I would be glad to know what CSS I must customize in order to achieve this result.
Hi!
The image would repeat down the page infinitily which is why using a background image is the best way.
If it’s not repeating then do this.
.right_sidebar .template-blog { background: url("URL to your image") repeat-y !important; }
Cheers!
Elliott