Title slide in Mobile and other items

Posted in: Newsmag
Post count: 30

Hello, after several attempts, and with the limitations, I achieved that through a SLIDE block it looks more or less good in Desktop and in Mobile. Now I need a detail I want to make the title of the SLIDE in mobile more “strong” or bigger or highlighted, because the title is more “small” than the BLOCKS …
I have some CSS to do it ?.
On the other hand I would like to remove the “icon” from the eye and the number of visualizations for MOBILE so it does not occupy space in the home of the SLIDE. Also with a CSS line.
Thanks greetings.

https://image.ibb.co/myhrNR/Captura_MOBILE.jpg

Post count: 23312

Hello Mariano Jonte,

If you want to make these elements to be more remarkable you should use a bit of CSS code to make these changes. As an example, please use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

@media (max-width:767px){.td-module-title{
font-size:20px!important;
}
}

The result is here -> https://www.screencast.com/t/2bouHLrW4W

If you want to hide the category tags or meta information from your blocks you should turn off them from Theme panel, from here -> https://www.screencast.com/t/e7i8w39Y -> https://www.screencast.com/t/r1LpiR407

Thanks for the message!

Post count: 30

Thank you Catalin…

Saludos

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.