Related Posts: Background & Hide Date & Button Color
1) Can you provide me with CSS to change to background of this section from grey to white? I already tried the CSS from this discussion, but it didn't work: https://forum.muffingroup.com/betheme/discussion/31703/css-for-changing-background-color-related-posts-section
2) Is it possible to hide the publication date next to the pictures in the 'related posts'-section?
Luca
Comments
.section-related-ul .date_label{display:none !important;
}
https://imgur.com/a/VHg9bXT
https://imgur.com/a/PBf5JNw
Luca
1)
.single-post .section-post-related{
3)background:white !important;
}
.single-post .section-post-related .button{
Cheerscolor:red !important;
}
.single-post .section-post-related i{
color:red !important;
}
I now understand how I can change the color of the non-hover icon and the color of the text.
.single-post .post-related .desc a.button{Thanksborder:solid blue 2px;
}