Okay
  Public Ticket #3060531
Section Not Editable
Closed

Comments

  •  1
    salam32 started the conversation

    Hey I've attached a video & link for an issue I'm facing with my footer. 

    I am not able to customize the menu section to change the hover color & delete the bullet points before each link. The section is a Custom Menu Section. Please help me out by letting me know how to fix this or if there are any other customizable menu sections. Thanks!

    Attached files:  final_629f647e415659008b84b92e_567366.mp4

  •  1,646
    Judith replied

    Hello There,

    Thanks for keeping in touch.

    Please try this css:

    ul li {
        list-style: none;
    } .nectar-color-accent-color, body a, label span, body [class^=icon-].icon-default-style, .blog-recent[data-style*=classic_enhanced] .post-meta a:hover i, .masonry.classic_enhanced .post .post-meta a:hover i, .post .post-header h2 a, .post .post-header a:hover, .post .post-header a:focus, #single-below-header a:hover, #single-below-header a:focus, .comment-list .pingback .comment-body>a:hover, [data-style=list_featured_first_row] .meta-category a, [data-style=list_featured_first_row] .meta-category a, .nectar-fancy-box[data-style=color_box_hover][data-color=accent-color] .icon-default-style, div[data-style=minimal] .toggle:hover h3 a, div[data-style=minimal] .toggle.open h3 a, #footer-outer #copyright li a i:hover, .ascend .comment-list .reply a, body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover, #top nav .sf-menu .current_page_item>a .sf-sub-indicator i, #top nav .sf-menu .current_page_ancestor>a .sf-sub-indicator i, .sf-menu>.current_page_ancestor>a>.sf-sub-indicator i, .material .widget .tagcloud a, #single-below-header a:hover [class^=icon-], .wpcf7-form .wpcf7-not-valid-tip, #header-outer .nectar-menu-label {
        color: #52e316;
    }

    Thanks.

  •  1
    salam32 replied

    Hey Judith, I appreciate your reply. Now how would I be able to remove the spacing that the bullet points bring?

    Also, is there any way to make my footer have the scroll effect like the footer on this page (it is currently split into 2 sections)?: thedreamsagency.com/home


    Attached files:  Screen Shot 2022-06-07 at 11.30.24 AM.png

  •  8,404
    Tahir replied

    Hey Again,

    That is the Footer Reveal effect and is only possible with the Default Footer.

    Thanks


    ThemeNectar Support Team 

  •  1
    salam32 replied

    Hey Tahir & Judith, I appreciate your reply. Now how would I be able to remove the spacing that the bullet points bring?

  •  277
    Noah replied

    Hi there,

    To remove the spacing to the left of the bullet points \ sub menu items then use this CSS:

    .widget.widget_nav_menu ul#menu-main-nav-3 li ul.sub-menu{
        margin-left:0px;
    }
    

    add it to salient \ general settings - css script related - custom css code.
    Thanks.

  •  1
    salam32 replied
    8853253931.png

    Hey so this is what happens when I place that code, it just moves the sub categories to the same alignment instead of the whole section.

  •  1
    salam32 replied
    9002357964.png

    Hey Tahir, this is how I would like it to be aligned

  •  1,646
    Judith replied

    Hello There,

    This is is what I see from my end, were you able to solve it?

    5252314857.png

    Thanks.