Selection box in the mobile version

Posted in: Newspaper
Post count: 51

Hi

this is what happen in mobile version when i click on a single article or menu
https://imgur.com/a/sYgZMe6
the blue selection covers the whole screen rather than being circumscribed in the article on which I click.

Is there any setting that I have to change? I’ve seen other sites with your theme and it’s not happening

I also would like to change the color of the filter menu in the block after the 3 featured image. You can see it in the second image above. The background is too white and it is not very readable because it is a bit ‘transparent

thanks

Post count: 35449

Hi,

The cover on the mobile screen come from the background image, you have set a link on it, you can use the below css in Newspaper>Theme panel>Custom code>Advanced css section phones like this
body.td-ad-background-link {
cursor: default;
}

https://www.screencast.com/t/qTaNYr4E8n

https://www.screencast.com/t/euRK5U7c5Hev
Here is the custom css you need to change
.td-subcat-filter .td-subcat-dropdown ul {
background-color: rgba(255, 255, 255, 0.95);
}

https://www.screencast.com/t/pA4W5NnGsJ
If you want to aplay the css on all devices past the above css in
Newspaper>Theme panel>Custom code>Custom css
Hope this will help you.

Thanks..

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