Colors of headers & menus

Hi! I’m trying to change the color of the hamburger menu (3 bars). Currently it’s white on a white header, and I’d like to change it to pink.

Secondly, the jumbotron text on all pages (other than the home page) appears white and I’d like to change it to grey just like the home page. How do I do that?

Thanks!

Good morning

Checking your website and none of the reported issues are on the site, are they already fixed? :slight_smile:

No - both issues still exist. I’ve attached a photo so you can see. You can’t see the hamburger menu at all, and the text can’t be read because it’s white.

Also do you know if there’s a way to remove the word “categories” in front of the category title in the text that covers the jumbotron image?

Thanks.

Good morning

try this css in appearance > customize > additional css

@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
font-size: 22px;
color: #000;
}
}
.bottom-header h2 {
color: #8c8c8c;
}

Thanks. It looks like that worked on the category/tag roundup pages, but the font is still white on individual post pages?

Also do you know if there’s a way to remove the word “categories” in front of the category title in the text that covers the jumbotron image?

Thanks!

Good morning

Sorry, but i checked several pages and cant see the problem, please give me the page url

It looks like it’s on all individual blog posts. Here is an example:
https://twinwinning.com/2018/11/05/10-ways-to-make-twin-pregnancy-easier/
Also all of the posts under week by week category appear the same.

Thanks,

D

And also are you able to advise how to remove the word “categories” or “tags” on the category and tag pages?
Example on this page I’d like it to only say “Pregnancy Tips”, not “Categories: Pregnancy Tips”:

https://twinwinning.com/category/pregnancy-tips/

Thanks!

Good morning

page title can be fixed by this code:

#header .bottom-header h1 {
color: #7c7c7c !important;
}

unfortunately we cant remove words category and tag from the pages without theme customization :frowning: