Okay
  Public Ticket #2837120
semi-transparent text
Closed

Comments

  •  9
    Heather started the conversation

    Hallo again, could you provide me with the custom css to make the page header text semi-transparent, please. At the moment it's opaque white.

    Thank you in advance.

  •  2,961
    Andrew replied

    Hi Heather,

    Please provide the page URL so I may write up the custom CSS for this request.


    Thanks

  •  9
    Heather replied

    Hi Andrew,

    I've temporarily disabled maintenance mode for you - the url isĀ https://www.amymyersdrawings.com

  •  2,961
    Andrew replied

    Hi Heather,

    Use the following CSS.

    #page-header-bg h1, #page-header-bg .subheader, .nectar-box-roll .overlaid-content h1, .nectar-box-roll .overlaid-content .subheader, #page-header-bg #portfolio-nav a i, body .section-title #portfolio-nav a:hover i, .page-header-no-bg h1, .page-header-no-bg span, #page-header-bg #portfolio-nav a i, #page-header-bg span, #page-header-bg #single-below-header a:hover, #page-header-bg #single-below-header a:focus, #page-header-bg.fullscreen-header .author-section a {
        color: rgb(255 255 255 / 70%)!important;
    }
    

    Regards.

  •  9
    Heather replied

    Thank you, that's great!