Okay
  Public Ticket #500045
Recent Portfolio Bug
Closed

Comments

  • Brandon Conn started the conversation

    The \"watch video\" box behind the text is missing in recent portfolio slider when you hover over the image. Screen shot attached.Also, the heart icon is getting cut off again one item. This happened once before. I am on the new 6.0.1 by the way.

  •  8,987
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .portfolio-items .col .work-item .work-info a {
        background-color: #252525;
        padding: 9px 15px;
        color: #fff!important;
        font-size: 12px!important;
        margin: 5px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
    }
    
    
    
    
    li a.nectar-love {
        position: relative;
        top: -18px;
    }

    Thanks



    ThemeNectar Support Team 

  • Brandon Conn replied

    Awesome. That did it. Not sure what caused it. Never happened until 6.0.1. I may be able to remove that custom CSS in a future update.