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 #1318976
Styling Grid Layout
Closed

Comments

  • Talmesha started the conversation

    Im currently trying to customize this theme in WordPress. And I loved the look of the grid layout with the Title and Category showing only when you hover over the image. How do I achieve that look because right now my Title and Categories are below the images when I choose this layout. 

  •  2,699
    PenciDesign replied

    Hi,

    If you want to do that, I recommend you using Photography layout.

    After that, add more this code to Cusotmize > Custom CSS to make title & categories display when you hover over the image:

    .typography-style .content-typography{ opacity: 0; }
    .typography-style .content-typography:hover{ opacity: 1; }

    Best Regards,

    PenciDesign