Navibar Font Size and Color change.

Hi,

Great theme. I am a bit of a newbee and I have looking trough your forum for answers.

I am using Shapely for a simple website. I would like to have a transparent navibar with menu and to change the font size og the navibars font size and also color. How can I do that?

I would also like to change the text in the navibar for images if it possible?

x2

Hope YOU are well today! Love your shapely theme. Looking for same answers so I’m following along.

Thanks bunches.

Hello there,

I hope you are doing well today.

You can use the following CSS code to change the header by going to Appearance > Customize > Additional CSS and pasting it there.


/*Transparent background*/
nav {
    background: transparent;
}

/*Font attributes*/
.main-navigation .menu li a {
    font-size: 13px;
    font-weight: 500;
    color: #4c4c4c;

}

As for the last question, is it that you want to change the site name to a logo image?
You can do that via Appearance > Customize > Theme Options > Site Identity and add the logo there.

Best Regards,
Support