Change header overlay color and opacity on individual pages

  • Author
    Posts
  • #54985

    I know how to change the color and opacity of the header overlay in general, but I’m wondering if there is a way to change these items for each individual page?

    What if I want the featured image of one page to be completely opaque?

    Thank you,

    Evan

    Website: ctenuganda.org

    #55125
    Zed
    Cryout Creations mastermind

    You could do that by using custom CSS targeted for each distinct page:

    .page-id-XYZ #header-image-main::before {
        background-color: red; /* or transparent */
    }

    The opacity is more difficult to adjust individually.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Change header overlay color and opacity on individual pages’ is closed to new replies.