Okay
  Public Ticket #3564924
Mobile Header Opacity
Closed

Comments

  •  2
    exposanttrois started the conversation

    Hi !

    I am unable to configure the opacity of the header in mobile mode. Texts in the previous section appear under the header menu. On a tablet or computer the head is 100% covering. 


    Attached files:  IMG_3799.jpeg

  •  1,653
    Judith replied

    Hi there,

    Thanks for writing to us.

    To make the changes as requested, you will need to add some custom CSS code. To do this, please follow these steps:

    From your WordPress dashboard, Navigate to Salient > General Settings > CSS/Script Related. In the custom code area, insert the provided CSS snippet:

    body #header-outer, body[data-header-color="dark"] #header-outer {
        background-color: rgb(255 255 255 / 76%);
    }

    Once the code is added, save and refresh the page to see if the change has been applied. In case it helps, please check this section from the documentation on CSS/Script Related

    If this does not work as expected or If you have any further questions or need additional assistance, don't hesitate to write back, I'm happy to help.