Blog Post Border Removal

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27349
    monkeysmoke
    Participant

    Hiya,

    When a user hovers a mouse over a post of any kind a grey shadow box appears – what would be the custom CSS to remove it?

    I was hoping:

    .single-post #content .hentry .entry-text-wrap a:hover {
    color: #000;
    }

    but no luck!

    http://www.totem-consulting.com/productivity-ninja/

    #27355
    Veena
    Moderator

    Pls have the below custom CSS in themeoptions –

    .single .type-post:hover{
     box-shadow: none !important;
    }
    
    #27357
    monkeysmoke
    Participant

    As always Phoenix, your a legend.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Post Border Removal’ is closed to new replies.