Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1369855

    Hi,

    is there an option to set different background colors of the small header bar with phone number on each site?

    #1369861

    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

    #1369867

    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?

    • This reply was modified 2 years, 1 month ago by Luisgasser.
    #1369882

    Hi,

    You would have to use the page-id class. For the home page, you can use the .home class.

    Best regards,
    Rikard

    #1369949

    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

    #1369964

    Hi,

    Try this instead:

    .page-id-1304 #header_meta {
      background: #74BCB9 !important;
    }

    Best regards,
    Rikard

    #1369972

    HI Rikard,

    thank you for helping, but it doesn’t change anything.

    #1369991

    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

    #1369992

    Link is in privat content

    #1370005

    Hi,

    Thanks for that. Try this CSS instead:

    .html_entry_id_1304 #header_meta {
      background: #74BCB9 !important;
    }

    Best regards,
    Rikard

    #1370011

    Great, that works – thank you!

    #1370012

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.