Can the nav bar background be a horizontal gradient from white to transparent?

Hi, I’ve just started a website and wondered if it’s possible to have the nav bar background a horizontal gradient from white to transparent?

I’ll put the URL in a secure link as it’s on a temp link.

Thanks!

Hi there,

Thank you for reaching out to us! Try adding the following code in the Theme Options > CSS:

.masthead .x-navbar {
    background: linear-gradient(to right, white , transparent);
}

To learn more about gradients please refer to the following links https://www.w3schools.com/css/css3_gradients.asp or https://css-tricks.com/snippets/css/css-linear-gradient/

Cheers!

Hi, that’s great, thanks! I appreciate the link too!

Cheers

On behalf of my colleague, you’re welcome, Cheers! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.