Page title and search button color

Hello, I need help getting rid of the page titles and bars at the top of every page. I’ve attached a photo and the site is cremation2.aplazer.com
In the picture, the “Untitled” is also the page title but when I added a “get rid of the page titles” plugin it changed to Untitled there.
Also, I’d like to change the color of the search button at the top. I’ve managed changed the other colors, but that one is hiding from me.
Thanks in advance

Hi @alexandraiam,

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

Hello, I need help getting rid of the page titles and bars at the top of every page. I’ve attached a photo

You can try removing the title by using the solutions posted in the following replies.

https://colorlibsupport.com/t/how-to-remove-shapely-theme-heading/

https://colorlibsupport.com/t/page-title-section-removal/

Also, I’d like to change the color of the search button at the top. I’ve managed changed the other colors, but that one is hiding from me.

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


input#searchsubmit.btn.searchsubmit {
    background-color: #5cf95c;
    border-color: #5cf95c;
}

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