• Resolved richie

    (@richie)


    I have a problem when I drag the archives widget to the sidebar (checking “display as dropdown”), an extra title named “Archive” appears before the menu. I cannot fix it by removing and reset it.
    here is the page

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter richie

    (@richie)

    problem solved:

    modify the css file by adding below:

    .widget .screen-reader-text{
    display:none;
    }

    creaturesofcommonplace

    (@creaturesofcommonplace)

    Hi guys,

    where do I edit my code to stop the “double title” happening in my Archives right column widget?
    }
    #archives {
    }
    #archives h4
    } float: left;
    width: 100%;
    background: transparent url(‘images/back-strike-press.png’) center bottom no-repeat;
    font-size: 12px;
    color: #000;
    text-align: center;
    margin: 20px 0;
    padding: 0 0 20px 0;
    }
    #archives ul {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    }
    #archives ul li {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 0;
    text-align: center;
    font-style: italic;
    font-size: 15px;
    color: #c6c6c6;
    letter-spacing: 0.03em;
    }
    #archives ul li a {
    color: #c6c6c6;
    text-decoration: none;
    }
    #archives ul li a:hover {
    color: #000;
    text-decoration: none;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘extra title in archives widget before the dropdown menu’ is closed to new replies.