Change color of "more posts" iteam

Hello and thank you for your wonderful free theme :slight_smile:

Could you help change the color of the grey frame of “more posts” item at the bottom of my home page and the purple color when you click on it ?

Here is my website : https://lamariniereenvoyage.com/

Thank you !!
Best,
Céline

Hi Céline,

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

To change it add the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#page #infinite-handle span {
    background: #ce7979;
}

#page #infinite-handle span:hover {
    background: #03A9F4;
}

You can 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,
Thank you so much for your tips, it’s working great !
Have a great week end,
Best,
Céline

You are most welcome here :slight_smile: