Mobile Issues

Posted in: Newspaper
Post count: 51

Hi there, I am having some problems with the mobile version that you could help me.

This is a mobile version of my site:
https://snag.gy/HOaL4o.jpg

1 – Why the header background is black? How can I change this?

2 – The text of the Blocks Title are too big on the mobile versions! Can I just change for mobile? Because in the computer it is good.

Thanks

Post count: 22421

Hello,

1) You can change the black header color from the mobile theme colors option here:
http://screencast.com/t/8aB3AuhalQ If you do not use the mobile theme plugin, but rather the responsive version of the theme the colors need to be set from the theme colors tab as there will not be a mobile theme tab in the theme panel.
2) The mobile theme does not use blocks so there are no block titles on the mobile theme. Please use this code to target the titles on mobile:
@media (max-width:767px){
.block-title span{
font-size:12px!important;
}}

Thank you!

Post count: 51

Hey Bogdan, I am not using the mobile theme, I am using the responsive. I putted this code on CSS Custom and it didn´t worked.

Post count: 22421

Hi,
Please provide a link to your site so I can inspect it and see why the code does not apply.
Thank you!

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