Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #912629
    AMBESTENGESTERN
    Participant

    Hello,

    i am just editing the footer and wokring on the footer-menu. I have two problems that i am not able to fix.

    1. The acitve “Link” has a white background that shouldn’t be there. I tried different things but wasn’t able to change it.
    2. How can i change the bullet color and size in CSS?

    Thanks for your help!

    Marco

    #912636
    AMBESTENGESTERN
    Participant
    This reply has been marked as private.
    #912983
    Rupok
    Member

    Hi there,

    Thanks for writing in!

    #1. You can add this under Custom > CSS in the Customizer.

    .widget_nav_menu .current-menu-item > a {
      background-color: transparent;
    }
    

    #2. Let’s use this :

    .widget_nav_menu ul li a::before, .widget_meta ul li a::before, .widget_pages ul li a::before {
      color: #fff;
      font-size: 10px;
      opacity: 1;
    }

    Change the values with your own.

    Hope this helps.

    Cheers!

    #983767
    AMBESTENGESTERN
    Participant

    Thank you for your response, it works perferkt!

    Cheers

    #983964
    Thai
    Moderator

    You’re most welcome 🙂

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-912629 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>