Okay
  Public Ticket #688099
Label on portfolio thumbnails
Closed

Comments

  •  1
    Richard started the conversation

    Hello,

    URL: www.haleystudios.com

    I'm doubtful this will be achievable, however i thought it was worth an ask.

    Is there a way i can have a 'new' sticker on all portfolio items under a given portfolio category? 

    (see attachment for most ideal solution)

    Or can you suggest another method to visually identify which designs are new? (other than uploading new thumbnails or putting the upload dates back on).

    Thanks again for your awesome service!

    Best Regards,

    Richard


  •  8,992
    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) :

    .home-page-portfolio .inner-wrap .work-item:before {
        content: 'New';
        position: absolute;
        top: 0px;
        left: 3px;
        display: block;
        background-color: rgba(255, 0, 0, 0.74) !important;
        color: #fff;
        padding: 0px 9px;
    }
    

    Simply replace '.home-page-portfolio' with the new category class. 

    Best. 


    ThemeNectar Support Team 

  •  1
    Richard replied

    Thank you so much!

    That is perfect! It is because of this quality of support i recommend everyone to Salient when i can!

    The only other thing is, this seems to just work for meta on hover, can this be tweaked for meta from bottom on hover instead? (i use meta on hover for my home page examples, and meta from bottom on hover for my logged in portfolio).

    Thanks again for your wonderful support!

  •  8,992
    Tahir replied

    Hey ,

    Please provide the page url where i can see the bottom meta option .

     Best. 


    ThemeNectar Support Team 

  •  1
    Richard replied

    http://haleystudios.com/

    I've changed the portfolio style under the 'Carpet, Rugs and Illustration' Tab below the body of text.

    Hope this is suitable.

    Richard

  •  8,992
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#tab-carpet-rugs-and-illustration .inner-wrap .work-item:after {
        content: 'New';
        position: absolute;
        top: 0px;
        left: 3px;
        display: block;
        background-color: rgba(255, 0, 0, 0.74) !important;
        color: #fff;
        padding: 0px 9px;
    }
    
    

    Best.


    ThemeNectar Support Team