Change Colour of "Latest Project' section

Hi @maddisonroy,

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

Hi there, I was just wondering how to change the Latest Project Widget on the Shapely theme. I’m not the best at code so any kind of help would be great.

To change this widget you have to develop custom code by referring the solution shared in the following topic.

https://colorlibsupport.com/t/remove-portfolio-link/

Also! Code to change the purple colour of the arrow button at the bottom of the page (to make it go to the top of the website)?

You can try changing it 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

#page .back-to-top:hover {
    border-color: #b17777;
}

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_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp

Best Regards,
Movin