[Resolved] Menu demo site "Tasty"

Home Forums Support [Resolved] Menu demo site "Tasty"

Home Forums Support Menu demo site "Tasty"

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #592973
    Dani

    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

    #593001
    David
    Staff
    Customer Support

    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);
    }
    #593323
    Dani

    Hi David,

    Thanks for your help, works fine!

    Regards

    #593754
    David
    Staff
    Customer Support

    You’re welcome!

    #786044
    Maike

    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. ๐Ÿ™‚

    #786045
    Leo
    Staff
    Customer Support

    Awesome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.