• I’m trying to build a student portfolio site and I would like to have the names of my portfolios visible without having to hover a cursor over them. I attached my home page to my site. When you go to the link, there should be six grey squares on the homepage, and when you hover the cursor over, they’ll tell you ‘photography’ and etc. Can it be done so the text is displayed without hovering? I’m a 1st time WP user so easy fixes are appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @elizakostin,

    Thank you for the site URL.

    Can you please try adding below custom CSS via Dashboard > Appearance > Customizer > Additional CSS?

    .gallery-section.style1 .text-holder-inner, .gallery-section.style5 .text-holder-inner, .gal-masonry .gallery-wrap .text-holder-inner, .page-template-portfolio .gallery-wrap .text-holder-inner {
        opacity: 1;
        visibility: visible;
    }
    
    .gallery-section.style1 .text-holder, .gallery-section.style5 .text-holder, .gal-masonry .gallery-wrap .text-holder, .page-template-portfolio .gallery-wrap .text-holder {
        opacity: 1;
        visibility: visible;
    }

    If you are still having an issue, please let us know.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘How to get portfolio on student site to display the text without hovering over ?’ is closed to new replies.