Hope you’re all doing great.
I 'm experiencing issues with sites using Activello theme.
Issues : #1 : change fonts size and colour of the sitename and posts titles #2 : fit a background image on the header with no overlap with posts title #3 : fit images to the entire width on the slider
Thanks beforehand for your support.
To help us keep support thread separates could you please create new thread for each of your other questions here Activello - Colorlib Support Forum instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Movin,
Thank you very much for you help and support on this point.
The CSS code you provided is working indeed.
As for the other issues I could fix them with other codes you provided to some folks on different thread.
One last point, can you provide me an additionnal code to change the font size and color of the category name and “read more” that is showing as well on the slide bar and article header.
One last point, can you provide me an additionnal code to change the font size and color of the category name and “read more” that is showing as well on the slide bar and article header.
You can do this by using the below CSS code as described above.
#page .post-inner-content .cat-item a,
#page .flex-caption .post-categories a {
font-size: 14px;
color: #000;
}
#page .read-more a {
color: #000;
border-color: #000;
font-size: 14px;
}
on the following thread #38736 with liawentwhere you provided CSS code
article.post .post-categories:after,
.post-inner-content .cat-item:after{
display: none;
}
to remove the purple lines under categories.
I used it and worked great… except in the slider !!!
Can you provide me the CSS to remove the line from the slider as well?
Iknow the team still delivers great !!!
As said earlier to help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/activello/ instead of asking them in your single thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.