Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871076
    fictionadmin
    Participant

    Hi there!
    Working on a new side stack is Renew.
    http://cosmas-cosmos.org/

    How can i remove the underlines in the widget area menü?

    Thanks a lot!
    Best
    Alex

    #872002
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! It seems that you have an under construction page. Could you please provide us with an inner page to check your widget area? so that we can assist you with a possible workaround.

    Thanks!

    #876350
    fictionadmin
    Participant

    iam sorry now its available…

    #876723
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Edit Global CSS:

    .widget_categories ul, 
    .widget_product_categories ul, 
    .widget_nav_menu ul, 
    .widget_pages ul,
    .widget_categories ul>li, 
    .widget_product_categories ul>li, 
    .widget_nav_menu ul>li, 
    .widget_pages ul>li {
        border: none;
    }

    Hope it helps 🙂

    #877768
    fictionadmin
    Participant

    hey!
    yes it helps thanks! how is it possible to make the background colour from widget area transparent?

    #878180
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-widgetbar {
        background-color: transparent;
    }
    
    .widget_categories ul,
    .widget_product_categories ul,
    .widget_nav_menu ul,
    .widget_pages ul,
    .widget_categories ul>li,
    .widget_product_categories ul>li,
    .widget_nav_menu ul>li,
    .widget_pages ul>li {
        background-color: transparent;
    }

    Hope this helps – thanks!

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