New Landing How can we help? Themeforest Theme Support Dante Mega Menu and parallax images and gizmo icons

Viewing 10 posts - 16 through 25 (of 25 total)
  • Posted in: Dante
  • #56062
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    @Kyle – Great work fantastic !

    With Best Regards
    Swift Ideas

    #59629
    jansthh
    Member
    Post count: 17

    Hi there,

    I have three more questions for Dante:

    1) Can I increase the width of the second menu-layer without using the mega menu? I need the services being displayed competely:

    2) I need to remove the arrows on the very right on the widget nav-menu:

    3) How can I deactivate comments globally on the website?

    Thanks and cheers,
    Jan ๐Ÿ™‚

    #59637
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    1) Add this custom css:

    .menu .sub-menu .sub-menu {
      width: 180px;
    }

    2)

    .widget ul li a:before {
      display: none;
    }

    3) Go to settings > discussion and disable comments. Then on any pages/posts that are already published, go to pages or posts, click the checkbox to highlight all then click edit. You will then be able to turn off comments, then click save.

    – Kyle

    #59641
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use these codes

    1. 
    ul li ul.sub-menu{width:150px;}
    
    2-
    .widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before{content:"";}
    

    Thanks

    #59644
    jansthh
    Member
    Post count: 17

    Hi there Kyle and Mohammad,

    wow, thanks for the super fast respons! Awesome! ๐Ÿ™‚

    Unfortunately, the arrows on the very right won’t disappear with either of your quick css codes. Can you please double check?

    It’s the sidebar “Unsere Services” on this page:

    http://webigami.de/saidiapharma/services/

    For that, I used the “Sidebar two” widget and a simple “indivudual menu”

    Cheers,
    Jan

    #59645
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .widget_categories ul > li a:before, .widget_archive ul > li a:before, .widget_nav_menu ul > li a:before, .widget_meta ul > li a:before, .widget_recent_entries ul > li a:before, .widget_product_categories ul > li a:before {
      display: none;
    }

    – Kyle

    #59647
    jansthh
    Member
    Post count: 17

    Still there ๐Ÿ™

    I deleted the browser cache. Here is a screenshot of my quick css:

    Cheers

    #59648
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    It’s because you’ve not closed the css above,

    .menu .sub-menu .sub-menu {
     width:190px;

    You need to close it with }

    – Kyle

    #59649
    jansthh
    Member
    Post count: 17

    That makes sense. I’m sorry about that.

    Thank you so much for your patience!

    Have a nice weekend!

    Cheers,
    Jan ๐Ÿ™‚

    #59650
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem! You too ๐Ÿ™‚

    – Kyle

Viewing 10 posts - 16 through 25 (of 25 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