removing titles off new pages, and contact us button colours

hello

I need info on the following

http://staging6.sargasso.bm

  1. I created a contact us page how do i change the button colour to match what i set in the theme customisation front page contact us section? or just not yellow & Blue

  2. Also how do I remove the title off the pages I created but not removing it off the front page?

sorry

  1. also any way of removing white lines if we don’t use a picture in the testimonial section?

hey there

  1. Please add this CSS in appearance - customize - additional CSS

input.wpcf7-form-control.wpcf7-submit {
background: green;
color: white;
}

  1. use this css:
    body:not(.home) #header .bottom-header {
    display: none;
    }

  2. this css:

.testimonial-image {
display: none;
}

And the last one but this time from me :slight_smile: i have one request If you’re happy with our service, don’t forget to rate us: [Illdy] Reviews | WordPress.org

Thanks!
Colorlib Support Team

I will review, because your theme and support has been amazing one of my best wordpress experinces!

the code for removing the header on the page not the main one, wasn’t quite what I wanted I still wanted to see the image, just not the title working on the subsequent pages, but the code i found removed the title off the home page aswell.

Hello there,

I think I see what you want to happen here. Please try using this CSS to remove only the text in the header area:


#header .bottom-header.blog {
    padding: 200px 0;
}

.bottom-header.blog h1 {
    display: none;
}

Let me know if this one does the trick.

Best Regards,
Support

that worked beautifully thanks

Hello there,

I am glad it helped, I will now close this thread.
Please feel free to contact us again with any other issues.

Best Regards,
Support