Gianluca Traversi
asked 10 years ago

Your one is a black shadow, my one is a terrible light yellow! Please, give me an advice… Thx

1 Answers
DominicStaff
answered 10 years ago

Hello Gianluca !
To change color on the post box when you hover, you can add the following code to the header code (Dashboard > Appearance > Customize > Custom Code)

 <style>
.block .view-pic .mask, .block .view-product .mask {
    background-color: #...;
}
.block .view-pic:hover .mask, .block .view-product:hover .mask, .block .view-video:hover .mask {
    opacity: 0.50;
}
.block .view-video:hover .mask {
    background-color: #...;
}
</style>

– After change color for posts box, you can change the content color for posts box, please add the following code to the Header Code:

 <style>
.block .mask-content .block-title {
     color: #...;
}
.block .mask-content .block-meta {
   color: #...;
}
.block span.line {
    background:  #....;
}
</style>

Hope this helps !

Gianluca Traversi
replied 10 years ago

It was a confict with a plugin… no plugin, no more “light yellow”: problem solved but your answer will be useful for the future! Thx

Powered by DW Question & Answer Pro