New Landing How can we help? Cardinal Navigation changes

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #201412
    deejayhart
    Member
    Post count: 239

    Hi there – how do I remove the underlined top nav in new.inspiragraphics.com – and make PROJECT PLANNER the same (without the fancy mouseover)? Thanks!

    #201447
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .full-center nav.float-alt-menu ul.menu > li > a, .full-center #header nav.std-menu ul.menu > li > a {
      text-decoration: none;
    }

    For the project planner, go to Appearance > Menus and uncheck the ‘button style..’

    – Kyle

    #201484
    deejayhart
    Member
    Post count: 239

    This doesn’t work – I added the CSS. I don’t want underline, right?

    Also, I would like to have two dropdowns – COMMERCIAL and PERSONAL under which I will put various sections – I don’t want the actual dropdown itself to be linking through – how do I achieve that? Thanks!

    #201493
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try clearing your cache, seems to have worked for me: http://d.pr/i/IfI8/2PROAf7y

    Add a custom link and for the link just enter #

    – Kyle

    #201499
    deejayhart
    Member
    Post count: 239

    Okay, the dropdown is really not very nice. Could you help with this please?

    1) I’d like all the navigation (including dropdown) to be BOLDER.
    2) I don’t want the boxy nav – just WHITE text (no underline either!) – I will be sure to use fancy header throughout.
    3) I would like a dropdown arrow on COMMERCIAL and PERSONAL.
    4) I would like to bring the dropdown closer to the main nav.

    Thanks very much – great help!

    Dan

    #201506
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    These modifications you require can be mostly done with some custom CSS, for example:

    1)

    .full-center nav#main-navigation ul.menu,
    nav.std-menu ul.sub-menu {
        font-weight: bold;
    }

    2)

    Do you mean your subnav items? If so:

    nav .menu ul.sub-menu {
        background-color: transparent;
    }
    
    nav .menu ul.sub-menu li.menu-item > a {
        color: #fff!important;
    }

    3)

    What icon are you looking to add, a fontAwesome one? If so, add the icon code after the menu text within the menu editor. http://fortawesome.github.io/Font-Awesome/icons/

    4)

    This would change it globally, so page like this: http://new.inspiragraphics.com/portfolio/ would not look good. Do you want it just on the homepage?

    Thanks.

    #201511
    deejayhart
    Member
    Post count: 239

    Hi – that’s a fantastic help – just a couple more things.

    In order to have a more minimal submenu (just white, no boxes, no underlining) I will have to have the top nav scroll along with the page i.e. not anchored. How to do this?

    Also, if I am to do this, I will want the submenu to be much closert to the text and to only have the white text, nothing boxy, divided or shadowed?

    Thanks!

    #201782
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    You can disable the Sticky Header: Theme Options => Header Options => Sticky header.

    Is that what you mean, I may have misunderstood your query?

    Cheers,
    David.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register