Hello,
I cant find the option to change the color of my post titles on my mobile theme plugin.
I wanna make them #001f59. How can i fix this?
Also, the mobile theme plugin expands my main menu automatically. On the regular mobile verson you have to first click the arrow, which i like. Is this possible?
I also wanna change the color of my category tags in the mobile theme plugin to #001f59. Can this be fixed?
Thanks!
Hello,
Unfortunately for the moment the mobile theme do not have this option, so in order to achieve this, you’ll need to use a custom css like this one -> http://prntscr.com/pe6au4
header .entry-title, .td-category a {
color: #001f59;
}
The code will change the post title and category from inside a post.
The code need to be set in Theme Panel> Mobile Theme > Custom code> css.
Also the menu on mobile theme should not be expended, please make sure that you do not have a plugin conflict or a custom css that provide this problem, if the problem persist, please provide me a link to your website.
Thank you for your understanding!
Thanks! The code is working.
I have no idea which plugin lets my menu expand automaticaly in the mobile theme plugin. Strange. Check it out here please: https://disneyplusser.nl/. What to do?
I also wanna change the color (#001f59) of the titles of my ‘related articles’ in the mobile theme. How can i fix this?
I want the footer of my mobile theme to be just the same as the regular version. Out of the blue it shows ‘Volg ons’ (follow us). I wanna remove this text and keep just the Facebook and Twitter logo. So no boundaries/edges around them.
And when i tab the logo on the mobile theme, it shows me quickly a blue flashing square, before it goes to the homepage. How to remove the blue flashing square?
Thanks!
Hello,
From what I can see you menu is just fine on mobile -> http://prntscr.com/pe7a92
when is look like this -> http://prntscr.com/pe79ax you are on amp, and for amp the menu is expand.
Our related articles already have this color set -> http://prntscr.com/pe7bd9 , but if you want to change the color you can try this code -> http://prntscr.com/pe7c7v
.single .td_block_related_posts a {
color: #e2f6;
}
From what I can see your footer is the same on desktop and mobile -> http://prntscr.com/pe7d9b -> http://prntscr.com/pe7kaq
The color from the logo is from the action method, this is for all icons that are clickable.
Thank you!
So the menu on AMP is expanded by default? I cant change that?
Im NOT talking about my related articles block Calin, im talking about the ARTICLE TITLES of my related posts on AMP articles. They are black now and i want them #001f59. How to fix this?
Im sorry, i meant to say the footer of my AMP page. It shows ‘Volg ons’ (follow us) now. I wanna remove this text and keep just the Facebook and Twitter logo (so no boundaries/edges around them).
“The color from the logo is from the action method, this is for all icons that are clickable”. Well, this is not the case on mobile. There is no blue action flash on mobile, only on AMP. Can i remove the flash from the AMP page?
Hello,
Unfortunately for the moment the menu on amp can not be change, sorry!
If you want to remove the “Volg ons” from amp and change the color, please use this custom css
.td-footer-social .block-title{
display: none;
}
.td-related-title, .td_module_mob_1 .entry-title a{
color: #001f59;
}
Also the amp logo look just fine -> https://www.screencast.com/t/EdiO1mGXS
Thank you!
Hi,
I’ve checked again, this time your header logo and footer amp too and for me is not appearing that blue flash.
Make sure that you test this on google amp -> https://www.screencast.com/t/dWY71RJAT
Thank you!