increase font size and add link in the caption of a photo gallery

Discussion in 'Woodpecker WordPress Business Theme' started by greatscottfilm, Mar 11, 2016.

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

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Hi Guys,

    I have a client requesting the following:

    "Can you make the font a little larger under the Attorneys pictures and can you make it so a click on the name will take them to the bio - so they can click on the picture or the name."

    website address: http://greatscottfilm.com/caldwell/our-firm/attorneys/
     
  2. priya

    priya Guest

    Hello,

    To make the font larger, you just have to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .wp-caption p.wp-caption-text {
        font-size: 15px;
    }
    Change the numeric value as per your requirement..

    For you second requirement, i.e. to make link on the text...

    So let me tell you our developer are working over this and will let you know as soon as it will be completed..

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    greatscottfilm likes this.
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Thank you Priyanka
     
  4. priya

    priya Guest

    You're welcome..

    Do let me know if you need more assistance,

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

Share This Page