Okay
  Public Ticket #897951
Image caption
Closed

Comments

  •  2
    lorang started the conversation

    Hi,
    First of all, great theme to work with! I've seen quite a few, this must be one of the greatest ever. 

    Q: I'm using the "side portfolio" item type and I was wondering if there was an option to always show image captions, but I can't seem to find it. If not, any suggestions on a quick hack in order to achieve this? 

    Thanks! 

  • [deleted] replied

    Hi Lorang,

    Thank you for your kind words, clients like you really motivates us

    That option is not available for the moment, but we hope that this option will be available on our next 2-3 updates.

    Here is a quick-fix for your question:

    Just add the code below to Custom CSS

    .single-portfolio-holder .gallery .photo .caption {
    filter: alpha(opacity=1) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1!important;
    position: relative !important;
    -webkit-transform: translateY(0px)!important;
    -moz-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    -o-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
    left: 0 !important;
    bottom: 0 !important;
    }