Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1745106
Portfolio post title visible over featured image
Closed

Comments

  • lniittyla started the conversation

    Hi,

    thank you for a wonderful theme, I'm really loving it. I have a slight problem setting up my portfolios the way I want them, and have gone through the fourms and documentation, but cannot find an answer to this.

    I'd like my portfolio main page to show the titles of each portfolio continuously over the featured image, not only when you put a mouse over the featured image.  How is this done? The portfolio page I'm referring is at https://irtiottoja.com/galleria/

    I really like the way different portfolios show on the portfolio archive, example here: https://irtiottoja.com/portfolio/ The archive view is exactly how I want the portfolio page to look, but without the sidebar. The reason I do not use the archive page is that I can not find anywhere where to hide sidebar of the archive page even if in page settings I have sidebars disabled.

  •  2,699
    PenciDesign replied

    Hi,

    I just did it help you by add more this code to Customize > Custom CSS:

    .inner-item-portfolio .portfolio-desc h3{ opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); display: inline-block; margin: 0; padding: 9px 20px; background: rgba(255, 255, 255, 0.85); }
    

    Best Regards,

    PenciDesign

  • lniittyla replied

    Wonderful! A million thanks for your help! :)