New Landing How can we help? Themeforest Theme Support Dante stylizing the one page navigation

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #38209
    mikedubs
    Member
    Post count: 56

    hi ed,

    got the one page navigation working, love it! but can the style be changed via a customization request to you or to a developer i work with? i love this one page side navigation style in this sample here:

    http://www.instabrandlabs.com

    clean & simple with no border around the nag nor a tooltip background around the nag item name.

    much thanks!!

    mike

    #38318
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    Yes it can be easily done with css , just have to hide the styles that you dont want from the
    #one-page-nav li .tooltip and #one-page-nav classes.

    Hope this helps.
    Thanks
    Tahir

    #38418
    mikedubs
    Member
    Post count: 56

    how do i hide them? #one-page-navli. tooltip (display: none) same for nav classes? i’m not well versed in code ๐Ÿ™‚

    #38611
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Try the following custom css:

    #one-page-nav {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    #one-page-nav .tooltip {
    background: transparent!important;
    }

    Hope that helps.

    – Ed

    #38638
    mikedubs
    Member
    Post count: 56

    perfect…thanks ed!

    #38888
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Anytime ๐Ÿ™‚

    – Ed

    #66177
    psoares
    Member
    Post count: 4

    Hi,
    I have a question around this subject.
    How can i make the li.selected a move along with the selection through CSS!?
    Can’t find how! it’s possible for u to help me on that!?

    Thanks!

    #66635
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    @psoares
    Please put given below code to Admin -> Theme Options -> General Options -> Custom JS

    <script>
    jQuery( document ).ready(function() {
    
    jQuery('ul#menu-main li a').click(function(e) {
    console.log('a');
    jQuery('ul#menu-main li a').attr( "style", "" );
    jQuery(this).css({"color": "#07C1B6","font-weight" :"bold" });
    });
    
    });
    </script>
    

    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

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 the following item
Login and Registration Log in · Register