How can I add a caption/description to the images in my gallery?

Discussion in 'Woodpecker WordPress Business Theme' started by ginnywills, Mar 11, 2014.

  1. ginnywills

    ginnywills New Member

    Joined:
    May 23, 2012
    Messages:
    5
    Likes Received:
    0
    I tried to use the NextGen plugin that you suggested but its way too cumbersome. I like the one your theme creates but just want a caption/description for each image. Is that possible?

    I also want to delete the Facebook and Twitter icons/links.

    Please advise.

    Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1.
    We are working on this issue.
    We will add caption feature in the gallery with our next update of this theme and
    we will inform you after such update.


    2.

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .top-icons ul li.fb {
    display: none;
    }
    .footer-social-icons ul li.ftr-fb {
    display: none;
    }
    .top-icons ul li.tw{
    display: none;
    }
    .footer-social-icons ul li.ftr-tw {
    display: none;
    } 
    This will solve your issue.
     

Share This Page