Hello,
\
The pop=-up is indeed a theme element. it is a more articles box. IT was only meant to show a few articles but you have it set as big as the screen. You can remove it from mobile altogether by using this css code:
@media(max-width:767px){
.td-more-articles-box{
display:none!important;
}}
You can add the code in the thee panel->custom css box
Thank you!
Hi,
Now that is a hard one i’m afraid. Our theme does not have such an option and it will be no walk in the park to do.
You can follow this guide as one of our users already did it and shared the code:
https://forum.tagdiv.com/topic/css-class-based-on-primary-category-ini-newspaper-theme/
basically his method adds a custom css class on the body for each category and then you can target it with css and add styles to each category in particular using css. but you will need css skills to pull it off.
Thank you!