[Resolved] primary navigation in content area

Home Forums Support [Resolved] primary navigation in content area

Home Forums Support primary navigation in content area

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #254554
    faz

    hi

    i have disabled the header and using a page builder plugin for the main content area, is there any way to make the primary navigation sit on top of a row with a hero header image

    thanks for the help

    #254688
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Should absolutely be do-able – any chance you can show me your page?

    #254722
    faz

    hi tom

    thanks for the fast reply!

    the webpage is here

    http://manchestertaxitransfers.co.uk/wp/

    ive disabled the the header and needed to add the primary navigation to the top of the homepage with a transparent background so the text can be seen on the background, is this possible please

    thanks for the help

    faz

    #254890
    Tom
    Lead Developer
    Lead Developer

    You would have to enable the navigation on that page, and then add this CSS:

    .main-navigation {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent;
    }

    You can add CSS to that page only using the Simple CSS meta box in this plugin: https://wordpress.org/plugins/simple-css/

    Let me know if you need more info ๐Ÿ™‚

    #254993
    faz

    hi tom

    thanks for the reply, that worked perfectly! thank you for the help and support!

    #255015
    faz

    hi tom

    just another couple of questions please ive looked through the support forum and no answers!

    i have uploaded a logo to the nav bar but it pushes the links to the right is there anyway to keep the logo on the left while the links are centred

    also i have looked in the customise options and there is no option to customise the drop down background color is there a way to change the color to make it transparent

    faz

    #255042
    faz

    hi tom

    i managed to fix the problem using a menu plugin, everything is cool and working thanks for the quick reply to the original question

    really happy with the support and happy to have made the purchase!

    #255152
    Tom
    Lead Developer
    Lead Developer

    Glad everything is working and that you’re enjoying GP! ๐Ÿ™‚

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