Okay
  Print

Remove background image tint (opacity)

We've added opacity to the background image as sometimes it may be a little hard to read the header text depending on the color of the background image. This is however, situational and depending on the background image and text color.

Below is a code snippet to help bring the full color of your background image back. First head to the "Edit Theme" section, scroll down the left hand sidebar till you reach the bottom of the page and click "Advanced Options". On the next page you will see a code input field titled "ADD CUSTOM CSS". You will need to copy/paste the code below into this section and click "Save" when done.

Make sure to copy and code exactly as displayed including fullstops and curly bracers or the code may not work.

.header-pos { opacity: 1; }