• Resolved lazzaro95

    (@lazzaro95)


    I would like to opaque only the header of the product pages. Because the menu is too clear and can’t be seen well

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @lazzaro95

    go in your WordPress Dashboard under “Appearance-> Customize-> Additional CSS” and paste this code:

    body.single-product .site-branding {
    background: rgba(0, 0, 0, 0.4);
    }

    This will apply a darker opacity to the header of single product pages.
    You can change the background color as you like or change the last value (0.4) to increase/decrease the opacity of the color.

    Thread Starter lazzaro95

    (@lazzaro95)

    perfect thank you very much

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