Hi,
Do you have CSS for changing the header text color for one individual page?
I already found CSS for sticky header :
.page-id-439 .av_header_transparency span.avia-menu-text {
color: black;
}
Other than that i would appreciate for header background color CSS for one page too.
Thanks!
Hey FinHenri,
Please try this CSS as well:
.page-id-439 #header_main {
background-color:red !important;
}
Best regards,
Rikard
Hi,
It didnt make any difference. Could you check again? I added login credentials for you.
Hi,
Thanks for that, I think I misunderstood your initial request. You are looking to change the colour of the header menu items on that page, correct? If so then please try this CSS instead:
.page-id-439 #avia-menu .avia-menu-text {
color:red !important;
}
Best regards,
Rikard
Hi,
Yes. So I want to change header texts. you can see for example ” Verkkokauppa” and ” Yhteystiedot” in my case.
I want to change all those text to black on “Verkkokauppa” page. Did you check my quick CSS if there is some conflict and that’s why the color is not changing?
Hi FinHenri,
Credentials did not work for me. Could you please update the credentials?
Best regards,
Victoria
Hi Victoria,
I updated the credentials. please try again.
Hi,
Thanks for the details. Please try this CSS to have all the menu items black on the product archive page you mentioned:
.html_entry_id_439 #header .av-main-nav > li > a .avia-menu-text {
color:#000 !important;
}
Best regards,
Rikard
Hi Rikard,
That code did the job.
Now just little follow up question. This same problem occurs with all product pages in shop.
do i need to copy paste that same CSS code with each product pageID ?
Thanks
Hi FinHenri,
Yes, you can try that and let us know if you need any more help.
Best regards,
Victoria