Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #164853

    How do I remove the bullets from the Widget Menus?

    #164868

    I found a previous thread that offers the following code. However, I would like the widget menus & titles to align right while the footer widgets till align left. Is this possible? If so how?

    Here is the code I gathered from another thread:

    .entry-content ul { list-style: none-outside; }

    .main_color a { color: #a098a0!important; }

    #top .widget ul { list-style: none outside; text-align: right; }

    .widgettitle { text-align: right; }

    #165015

    Hey!

    Can you give us a link to the website? Are you using a left or right sidebar?

    You can modify the css code like this:

    .widgettitle { 
    text-align: right; 
    }
    
    #footer .widgettitle { 
    text-align: left; 
    }

    Best regards,
    Ismael

    #165311

    Thank you Ismael. I am using right sidebars due to how things appear on a mobile device. I decided to leave it left aligned…but my only issue is the amount of padding for the “box” that is around the line item of the page that is displayed. Here is a link to a page on my site that displays this: http://consciousmovements.com/feldenkrais-personal-development/

    Notice the box around Mindfulness.

    #165428

    Hey!

    You can add this on your custom.css or Quick CSS to adjust the padding and move the box:

    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor {
    padding-left: 20px;
    left: -21px;
    }

    Cheers!
    Ismael

    #166673

    Awesome! Thanks!

    I really like how fast you all are and I LOVE the new forum layout.

    -b

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Bullets from Widget Menu’ is closed to new replies.