Change text color for homepage

Hi! How can I change the color of the text and buttons That are over the image on the homepage top? I tryied to find it on Filezilla but can’t find. Any help appreciated!

Miguel

Hi Miguel,

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

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 -> Shapely Options -> Other

a.btn.btn-lg.btn-white {
    color: #fff;
    border-color: #000;
    background: #000;
}

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

Best Regards,
Movin

Hi Movin,

Very appreciate for the answer! Could you please advise how to change the hover and text’s color when mouse over?
Thank you in advance!
Erica

@lunemiroir 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.

Hi Movin,

thank you for letting me know!
I started the new thread here, could you take a look at your convenience?here

Thank you in advance :slight_smile:

Sure we will reply to your thread ASAP.