• I’ve gone through all of the forums, but I can’t get the bullets from my Popular Posts section to disappear in the sidebar.

    They’re at the bottom of the sidebar here (https://www.foreignersfinances.com/) and the bullets are going out of the sidebar for some reason.

    Here’s my stylesheet.css for the sidebar:

    /* sidebar */

    #sidebar {
    font-family: verdana, arial, tahoma;
    font-size:8pt;
    font-weight:normal;
    width:210px;
    float:left;
    margin:5px 0px 0px 0px;
    padding:5px;

    }

    #sidebar h2{
    font:normal 10pt arial, georgia, times;
    color: #000000;
    font-weight:normal;
    margin: 0;
    padding: 0;
    padding-top:10px;
    padding-bottom:6px;
    text-transform:capitalize;
    text-weight: bold;
    }

    #sidebar label{
    font:normal 11pt arial, georgia, times;
    color: #A00000;
    margin: 0;
    padding: 0;
    }

    #sidebar p {margin:0; padding: 0 6px 0 8px;}

    #sidebar img, #sidebar img a, #sidebar img a:hover{padding: 5px; margin: 0; border:none;

    #sidebar ul {
    margin:12px;
    padding:0;
    list-style-type: none;
    }

    #sidebar ul li {
    margin: 0;
    padding: 0;
    line-height: 14pt;
    list-style-type: none;
    }

    #sidebar ul ul {
    margin:14px 0;
    padding:0;
    }

    #sidebar ul ul li {
    list-style-type: none;
    }

    #sidebar ul ul ul{
    margin: 0;
    padding: 0;
    }

    #sidebar ul ul ul li{
    padding: 0 0 0 0px;
    list-style-type: none;
    color: #898989;
    }

    #sidebar li {
    list-style: none;
    }

    #sidebar li a{

    text-decoration:none;
    display: block;
    color:#575757;
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 5px 7px 5px 7px;
    border-bottom: 1px solid #f2f2f2;
    }

    #sidebar a:hover{
    color: #000000;
    text-decoration: none;

    #sidebar a:active{
    background-color:#364022;
    text-decoration:none;color:#fff
    ;
    }

    Please help me!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    At the end of your style.css try adding (after you make a backup copy of wp-content/themes/irrigation/style.css) add this one line

    #sidebar li { list-style-type: none; }

    See if that does it for you.

    Thread Starter austinhmorgan

    (@austinhmorgan)

    No luck. Any idea why this is happening?

    In the CSS file,
    change
    #sidebar img, #sidebar img a, #sidebar img a:hover{padding: 5px; margin: 0; border:none;

    to

    #sidebar img, #sidebar img a, #sidebar img a:hover{padding: 5px; margin: 0; border:none;}

    And check the css file

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Want bullets gone from Sidebar’ is closed to new replies.