Hi,
is there an option to set different background colors of the small header bar with phone number on each site?
Hey Stefan,
Do you mean setting different background colours on different pages on the same site? If so, then the answer is no. You would have to use custom CSS for that.
Best regards,
Rikard
For exaple:
Home should have another color as contact.
CSS is not a problem but i am looking for a way to do do this, i tried it with page ID but it seems it was the wrog way 🤣
Maybe you have another idea?
Hi,
You would have to use the page-id class. For the home page, you can use the .home class.
Best regards,
Rikard
Hi Rikard,
i tried this way:
.page-id-1304 .header_bg {
background: #74BCB9 !important;
}
Thats the link with ID:
https://test.s-design.tirol/Pharmadorshop/wp-admin/post.php?post=1304&action=edit&classic-editor=1
But it doesn’t work
Hi,
Try this instead:
.page-id-1304 #header_meta {
background: #74BCB9 !important;
}
Best regards,
Rikard
HI Rikard,
thank you for helping, but it doesn’t change anything.
Hi,
Could you post a link to the actual page please? A backend link without login details is not much use to us.
Best regards,
Rikard
Link is in privat content
Hi,
Thanks for that. Try this CSS instead:
.html_entry_id_1304 #header_meta {
background: #74BCB9 !important;
}
Best regards,
Rikard
Great, that works – thank you!