Hello, we want to edit the post carousel. where/how can we change font size to H3, font color to white and opacity while mouse over? Thanks…
Hi There,
Thanks for writing in! To assist you with this request, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
Thank you.
Hi There,
Please try adding the following CSS under Customizer > Custom > Global CSS:
h2.h-entry-cover {
font-size: 24px;
color: #fff;
}
.entry-cover:hover .h-entry-cover:before {
background-color: rgba(0,0,0,0.45);
}
Hope it helps 
Hello - thank you it fits - but we mean the font characteristic while mouse over! another Thing, can we remove user an date from there? Thank you very much!
Hi there,
Add the following CSS rules.
.x-post-carousel-meta .entry-cover-date, .x-post-carousel-meta .entry-cover-author {
display: none;
}
Hope that helps.
.x-post-carousel-meta>span.entry-cover-categories {
font-size: 18px;
}
Hi There,
Your category seems centered, please clarify.
To make the font to 18 please add the following CSS to theme options CSS
.x-post-carousel-meta>span.entry-cover-categories {
font-size: 18px;
}
does not play. We only want to show there the centered category in 18px. Can you Show us the way please?
Hi There,
Please try:
.x-post-carousel-meta>span.entry-cover-date, ,.x-post-carousel-meta>span.entry-cover-author {display: none;}
Thank you. But category is not centered and font size should be 18px. Have you a simple solution please?
Hi again,
Please add the following code in your Customizer:
.x-post-carousel.unstyled .entry-cover:hover .x-post-carousel-meta {
bottom: 28% !important;
}
.x-post-carousel-meta>span {
font-size: 18px !important;
}
Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.