CHANGE FONTS COLOUR AND SIZE

Hi everyone,

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.

here’s my website: http://nomdunebarbe.com/

Hi @cykreaload,

I hope you are well today and thank you for your questions.

#1 : change fonts size and colour of the sitename and posts titles

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.site-name a.navbar-brand {
    color: #000;
    font-size: 32px;
}
#page .entry-title, #page .entry-title a {
    color: #c13636;
    font-size: 26px;
}

Please change the font size and color value in the above code to whatever you want to use by referring the following pages.

http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

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.

Best Regards,
Movin

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.

Thanks beforehand for your support.
Stay strong.

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;
}

Hi Movin,
Awesome!!!
It works great, thank you very very much.
Your support is much effective.

Stay strong.
Cyril

Hey Movin,

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 !!!

You are most welcome here :slight_smile:

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.