How to remove the drop down caption image on teams section

Discussion in 'One Page Pro WordPress Theme' started by mjcovert, Jul 28, 2016.

Thread Status:
Not open for further replies.
  1. mjcovert

    mjcovert New Member

    Joined:
    Jul 11, 2016
    Messages:
    15
    Likes Received:
    0
    I am adding more team members to the team section. I have removed the drop down caption action from the originals in the template php file. But now I have to use the short code to add more team members and cannot remove the caption from these new team members.

    http://fit4fall5k.com/

    as you can see by the onstaff picture is the only one with the drop caption left.
    thanks!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    .team_wrapper .team_item .team_image .team_caption {
        display: none;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. mjcovert

    mjcovert New Member

    Joined:
    Jul 11, 2016
    Messages:
    15
    Likes Received:
    0
    Worked just like I wanted thank you!
     
  4. priya

    priya Guest

    You're welcome..:):)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page