Okay
  Public Ticket #975200
Remove captions
Closed

Comments

  •  1
    jukka18 started the conversation

    HI THERE,

    PLEASE SEE LINK, I WANT TO REMOVE THE SMILE PORTFOLIO TITLE ABOVE THE LARGE TITLE I HAVE ADDED ON EACH PORTFOLIO PAGE. CAN YOU GIVE ME SOME CSS TO REMOVE THE TITLE ABOVE THE LARGE TITLE I HAVE ADDED AS I WOULD LIKE TO COPY THE FOLLOWING PORTFOLIO FORMAT: 


    http://www.brownandbrownarchitects.com/portfolio/strathdon-house/


    FURTHERMORE, HOW CAN I ADD PORTFOLIO TEXT BELOW MY PORTFOLIO PICTURES AS SHOWN ON MY RELATED URL:


    THEREFORE, AGAIN LOOK LIKE THE BROWNANDBROWN WEBSITE EXAMPLE I SHOWED ABOVE. 

    THANKS FOR YOUR HELP. 





  • [deleted] replied

    Hi there,

    Can you please add the code below to Custom CSS 

    .single-portfolio-holder .title {
        display: none;
    }
    

    If you want to put that CSS only on some of your portfolio projects, then you can put that code on the Parameters and Options > Custom CSS.

    2— You can add text if you use HTML element.


    (view on new page)


    P.S: Is your Caps-Lock button broken? hehehe

  •   jukka18 replied privately
  • [deleted] replied

    Hi Wayne,

    Don't worry for that :)

    That is happening because your images have Captions inside. So, you can remove it one by one to all your images that have captions with this method http://drops.laborator.co/riRH.

    Or, you can remove all the captions with this CSS code by just adding this code below to Custom CSS area (Laborator > Custom CSS):

    .single-portfolio-holder .gallery .photo:hover .caption {
        display: none !important;
    }
    
  •   jukka18 replied privately
  • [deleted] replied

    Hi Wayne,

    This is only possible for the Lightbox portfolio type that we offer. And it looks like the portfolio items on our Photography demo http://demo.kaliumtheme.com/photography/

    There all the projects are done with the Lightbox portfolio type.

    If you have further questions, kindly open a new ticket and post your request so it will be helpful for the other users to take advantage of searching them on the forum, and we’re glad to help you in your new thread. 

    Will set this ticket as solved from here.