Portfolio on mobile

Hello again

I have the same request as the one in this link (the solution posted there does not work):

https://colorlibsupport.com/t/homepage-portfolioproject-tiles-on-mobile/

Both the homepage and the portfolio page only show the tiles without titles on mobile. Is there a way to make the titles either:

  • hover on desktop but always appear on mobile (preferred)

OR at least

  • always appear, instead of just on hoverover

Thanks!

Hi @rainstorm,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Shapely Options -> Other

@media (max-width: 890px){
.shapely_home_portfolio .inner-title.hover-reveal .title {
    opacity: 1;
    top: 30%;
}
}

Best Regards,
Movin