• Resolved suecarroll

    (@suecarroll)


    Hi, how can I make it so the photo captions on my Portfolio page are bold i.e. you don’t have to hover over them to see the titles?

    I would also like the same for the Photo galleries photos at the bottom of the Portfolio items pages, if possible.

    catharinejenkinsphotos.com

    I would appreciate any help you can give

    Sue Carroll

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey,
    The font is your h5 font so if you make that bold in your theme options > typography settings it would be bold on your portfolio grid page.

    Does that help?

    Kadence Themes

    Thread Starter suecarroll

    (@suecarroll)

    I think it is already bold – anyway, it’s just that you can’t see it at all until you hover over it. People looking at the site are not realising that there is a title and a link on the photo

    I used this for the Home page (from a previous support post)

    .home-portfolio .portfolio_item .portfoliolink {opacity: 1;}

    Could I adapt this? If so, I’m not sure how

    Thread Starter suecarroll

    (@suecarroll)

    I think it’s already bold – it’s just that you can’t see the title until you hover over it and people are not realising there is a title so I’d like to make it visible without hovering over it.

    I used this for the Home page (from a previous support post)

    .home-portfolio .portfolio_item .portfoliolink {opacity: 1;}

    Could I adapt this for the Portfolio page and Portfolio items? If so, I’m not sure how as I don’t do code

    Thread Starter suecarroll

    (@suecarroll)

    Sorry thought I had lost the first post but it reappeared

    hannah

    (@hannahritner)

    Hey, try adding this:

    .portfolio_item .portfoliolink {
    opacity: 1 !important;
    }

    Hannah

    Thread Starter suecarroll

    (@suecarroll)

    Brilliant, it worked. You’re a star!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Make photo titles on portfolio page bold’ is closed to new replies.