Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #992752

    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!

    #992794

    Hey FinHenri,

    Please try this CSS as well:

    .page-id-439 #header_main {
      background-color:red !important;
    }

    Best regards,
    Rikard

    #992867

    Hi,

    It didnt make any difference. Could you check again? I added login credentials for you.

    #993089

    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

    #993262

    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?

    #994313

    Hi FinHenri,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #994356

    Hi Victoria,

    I updated the credentials. please try again.

    #994713

    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

    #995255

    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

    #995591

    Hi FinHenri,

    Yes, you can try that and let us know if you need any more help.

    Best regards,
    Victoria

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