Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1419474

    hwolfe
    Participant

    Hey, guys!

    On the Recent Posts widget in my footer, I would like to be able to set the white hover color of the background (white boxes that appear on hover) to transparent and left align the menu titles under the heading. I like the underlines so I’d like to keep those.

    Thank you!

    http://f47.5cc.myftpupload.com

    #1419477

    hwolfe
    Participant
    This reply has been marked as private.
    #1419793

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .widget ul li:hover, .widget ol li:hover {
        background-color: transparent;
    }
    
    .widget.widget_recent_entries li {
        padding-left: 0;
    }

    Thanks.