[Resolved] Customizing the Navigation Bar

Home Forums Support [Resolved] Customizing the Navigation Bar

Home Forums Support Customizing the Navigation Bar

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #152853
    Philip

    If I want to customize the navigation bar more (gradients, rounded buttons, more margin and padding between buttons) is there a suggested plug-in that plays nice with GeneratePress?

    Thanks

    #152905
    Tom
    Lead Developer
    Lead Developer

    I believe you’ll have to use CSS to make those modifications.

    If you’d like to make some topics for each of those requests I’ll see if I can come up with it for you ๐Ÿ™‚

    #153118
    Philip

    Hey Tom. I looked at your CSS and tried modifying #main-navigation, #main-nav, .main-navigation, .main-nav in a Child theme, but nothing seemed to work.

    What would be cool would be being able to do this within the Generate Press plug-in.

    #153150
    Tom
    Lead Developer
    Lead Developer

    You’ll be looking at something like this:

    .main-navigation ul li a {
        margin-right: 10px;
        border-radius: 20px;
    }

    That will separate them and make them more round – you can add more CSS to that selector for gradients etc..

    #153306
    Philip

    Thanks Tom. I’ll give that a try. I didn’t realize I had to use ul li as part of .main-navigation.

    It would be cool if we could create these effects right inside your GP plug-in.

    #153349
    Tom
    Lead Developer
    Lead Developer

    Some people have mentioned a special effect add-on – rounded corners etc.. I’m thinking about it ๐Ÿ™‚

    #439584
    bluebit

    do

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