Change Theme Colors

Good morning.
First of all many thanks for this theme, is very very good.
I’d like to know if it is a way to change theme’s colors in general.
I’d like to change label’s color background title of the single page content for example.

Can someone help me please?

Rgds

Hi @ictadmin,

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

I am not sure what you are referring as label.

Could you please share me the single page URL from your site where you want to change the label’s color so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin and thank you for your reply.
I’d like to change the grey color in title background section of the single page.
I attach an image.

Tks

You can try changing that color by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

section.page-title-section.bg-secondary {
    background: #da9b9b;
}

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

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

Thank you Movin.
It works!
And which is the css code to changing the text in this area?

Hello,
and if I want to change the color into a background image? I’d like to have a different background photo for every page.
Thank you.

Regards,

Andy

@ictadmin

And which is the css code to changing the text in this area?

Do you want to change the text or text color in this area?

Please advise.

@andybrandy To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others 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.