Site logo

Archived topic

Change navigation bar from fixed colour to image?

8 replies · Started by James on June 2, 2019

Viewing posts 1–9 of 9

Going for a longshot here.

I want to make the site personal, so instead of having the navigation bar as a solid blue colour, I wanted to create a vector image to upload to it. So the navigation bar would be personal to my site and not like a template site.

Is this possible with this theme?

Thanks Leo,

I did not know this existed :) What size image should I upload as they all seem to be getting distorted,

Definitely hard to use background images for things like this for sure.

Have you considered a gradient option?
https://cssgradient.io/

Ahhh I thought that may be the case.

Would I just copy and paste this into the CSS part of customizer?

`background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);

It would be:

.main-navigation {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

Cheers mate,

Much appreciated, I'll try this instead :)

No problem :)

This archived topic is closed to new replies.