Homepage portfolio/Project tiles on mobile

Hey

On PC you can hover over these tiles to show the page title, but on mobile when you click once it takes you straight to the page without first showing the user what the page title is. This means the user is flying blind through the website and doesn’t know to click on the pages…

Is there any way around this? Perhaps its a suggestion to update the design so that on mobile the page titles automatically show (without need for click or hover)? Does anyone know how I can set the current theme to do this?

Thanks for the theme!!! :slight_smile:
Rose

Hi Rose,

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

You can try always displaying the page titles on mobile devices 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){
.flexible_home_portfolio .inner-title.hover-reveal .title {
    opacity: 1;
    top: 30%;
}
}

Best Regards,
Movin

Did you resolve this issue? I’m having the same problem.

this did not work for me.

@dlogneb To help us keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/shapely/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.