laplak
asked 10 years ago

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!

3 Answers
DominicStaff
answered 10 years ago

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

MITARD Fabien
replied 10 years ago

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?

DominicStaff
answered 10 years ago

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 !
 
 

MITARD Fabien
replied 10 years ago

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

Dominic Staff
replied 10 years ago

You can send me username & password of your site (via private answer) for further checking.

DominicStaff
answered 10 years ago

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 !

MITARD Fabien
replied 10 years ago

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,

Dominic Staff
replied 10 years ago

You can add the following code to the style.css file:
.wrap { background: #…; }
Hope this helps !

MITARD Fabien
replied 10 years ago

thank you very much, it works!! 😉

Powered by DW Question & Answer Pro