Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #376281

    Hi,

    I changed my main navigation to be below the centered logo. Now there are too many borders that don´t look nice for my taste. How can I remove them? I only want borders between the menu links.

    I want it to look like this:

    Now it looks like this:

    Maybe I would also like to change the title bar in the way it is on the image.

    Cheers!

    #376547

    Hey aph80!

    Add this to your custom CSS.

    .menu > li:first-child a {
        border-left: 0 none !important;
    }
    #header_main_alternative { border: 0px !important; }
    .menu > li:last-child a {
      border-right: 0 none !important;
    }
    

    Best regards,
    Elliott

    #376700

    Thank you Elliott! This removed the borders on the left and right side. I also want the border on the top to disappear and the borders between the links to be shorter and not connect to the border below. The line with the title of the page that says “Eiweißpulver Test – der Supplement Guide” should be grey in #fcfcfc. Everything just like on the preview picture I posted. Since the preview picture of the header showed this style as an example I supposed there have to be theme options that make this possible but I couldn´t find them.

    #376865

    Hi!

    Can you post the link to your website please?

    Cheers!
    Yigit

    #376876
    #377349

    Hey!

    Please add following code to Quick CSS as well

    .av-main-nav > li > a { border: none !important; }
    #header_main_alternate { border-top-color: transparent!important; }
    .av-main-nav > li > a > .avia-menu-text { border-left: 1px solid; padding-left: 18px; }
    li#menu-item-1460 > a > .avia-menu-text { border: none; padding-left: 0; }

    Cheers!
    Yigit

    #377401

    Thank you Yigit! This works. I see it is possible to change the padding on the left side. But is it also possible on the right side of each link? Now there is too much space between the link and the separator. And how? I tried it but it only added extra padding. And is there a way to change to background color of the “page title bar” which says “Eiweißpulver Test – der Supplement Guide” in h1?

    #378053

    No idea how to do it?

    Just to clarify once again:

    – the separators between the links are now too wide apart from the links. On the left side of the link I can change it via “padding” but not on the right side

    – I would like the bar that displays the title of each page (on my homepage it is “Eiweißpulver Test – der Supplement Guide”) to be like the one in the example I provided earlier i.e. with grey background

    Thanks for your help!

    #380768

    Hey!

    Sorry for the late reply!
    Please add following code to Quick CSS as well

    .av-main-nav > li > a { padding: 0; }

    Regards,
    Yigit

    #381553

    Thank you. The navigation looks really good now. Any idea how to make the background of the title bar grey (see question above)?

    #381694

    Hi!

    Please add following code to Quick CSS as well

    .title_container {
    background-color: #e2e2e2;
    }

    Best regards,
    Yigit

    #382514

    Alright, thank you very much!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Navigation Style’ is closed to new replies.