Menu, Search botton background color & Upload animation

Hi,

Congrats for a great theme.

Would like some help to configure it.

Could you help me change the color of the Menu, Search bottom background color and the Portfolio Upload animation.

Many thanks,
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

ul.menu li a {
    color: #a94848;
}
ul.menu > li > ul li a:hover {
    background: #a94848;
}
nav .search-widget-handle #searchsubmit {
    background: #a94848;
    border-color: #a94848;
}
.masonry-loader .spinner {
    background-color: #a94848;
}
body input[type="submit"] {
    background: #a94848;
    border-color: #a94848;
}

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

Is there a CSS code to change the purple arrow at the bottom of the page (to go back to the top of the webpage). Thanks!

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