Site logo

Archived topic

Menu demo site "Tasty"

5 replies · Started by Dani on June 6, 2018

Viewing posts 1–6 of 6

Hi Tom,

How can I get my menu to look like this demo: "Tasty".

I want only two lines, above and below the menu items, and white background.

Is this posible? (without install the demo).

Thanks
Dani

Hi Dani, the background colors can be set in the Customiser > Colors > Header and Navigation.
To add the top and bottom borders add this CSS to the Customiser > Additional CSS

#site-navigation {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

Hi David,

Thanks for your help, works fine!

Regards

You're welcome!

Ok, I talked to Siteground and they said that something timed out so they dynamically increased the Apache timeout limit for this particular script. Fingers crossed this will do it. :-)

Awesome :)

This archived topic is closed to new replies.