Hello,
We want to change the colour of the background of the timeline, in the timeline PRO theme, under the picture.
Is that posible?
Thank you!
To change the background of the timeline pro, you can log in to Dashboard > Customize > Style, then select the color in the Main background section.
See the screenshot: http://prntscr.com/49q5df
Thank you, in fact, we’ve chosen to have a picture on the top, not the “flat” option but, the “default” option.
So that, we want to add a colour in front of the timeline and the post. Is that possible?
You can add the following code to the style.css file.
.banner.cover:before {
background: #a83279;
background-repeat: repeat-x;
background-image: -webkit-linear-gradient(-45deg, #a83279, #d38312);
background-image: linear-gradient(-45deg, #a83279, #d38312);
}
Hope this helps !
Hello,
Thank you Dominic, but we’ve added the code but nothing happened…the colour doesn’t change. Is it the only way to change it? thank you
You can send me username & password of your site (via private answer) for further checking.
You can add the following code to the style.css file:
.style-default .banner.cover:before { display: block !important;}
.banner.cover:before {
background: #a83279;
background-repeat: repeat-x;
background-image: -webkit-linear-gradient(-45deg, #a83279, #d38312);
background-image: linear-gradient(-45deg, #a83279, #d38312);
}
Hope this helps !
Thank you again, but we don’t want to add colour filter on the picture of the blog title. We want to change the colour just below the picture, of the front of the timeline where there are the posts.
How could I send you a screenshot to explain?
you can directly check on our site,
You can add the following code to the style.css file:
.wrap { background: #…; }
Hope this helps !
thank you very much, it works!! 😉
Please login or Register to submit your answer