Header and Menu Bar Background Color
-
Please, I need to change the header and menu bar backgroud color at Ample theme from white to #335170.
Could you or anyone to tell me how I can do it?
Thanks a lot.The page I need help with: [log in to see the link]
-
Hi,
For the header background color, you can go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:
.header { background-color: #335170; }For removing the empty white space, you can go to the Additional CSS box and insert the code mentioned below:
.single-page { margin-top: 0; }Thanks.
Great! It worked. You’re a genius!!! Thanks a lot!
Could I ask you where can I learn more and study about about this kind of CSS codes and how to use them into Word Press websites?Another question, please: Is it possible to totally eliminate the header?
Hi,
You can learn CSS from the link below:
https://www.w3schools.com/css/For hiding the header, you can insert the code mentioned below inside the Additional CSS box.
#masthead { display: none; }Thanks.
Thanks a lot, Rajesh!!
Could I ask you the last question meanwhile I learn more about CSS?
How could I remove the header into all page of the website for example in:
https://noticiasdecruceros.com.ar/new/contacta-con-silversea-cono-sur(Capture RTS Form for Forum: https://noticiasdecruceros.com/new/wp-content/uploads/2019/11/Capture-Screen-RTS-Form-for-Forum.jpg )
I hope don’t disturb you anymore after this one time.
Gratefully,
Andrea
Hi,
For removing the header form contact page, can you go to the Additional CSS box and insert the code mentioned below:
.header-post-title-container { display: none; }Feel free to ask again if you get any issues regarding the theme. If you liked this theme, you can help us by leaving a review.
Thanks.
The topic ‘Header and Menu Bar Background Color’ is closed to new replies.
