Change post title color on mobile theme

Posted in: Newsmag
Post count: 66

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!

Post count: 35449

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!

Post count: 66

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!

Post count: 35449

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!

Post count: 66

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?

Post count: 35449

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!

Post count: 66

Thanks for the code. Fixed.

Im not talking about the logo in the footer on AMP. Im talking about the header logo on AMP. There i see the blue action flash. I wanna remove that.

Post count: 35449

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!

Post count: 66

Its because you are checking the desktop version, im talking about the mobile version. Please check a AMP page on mobile, push the logo and you will see a blue flashing box.

Post count: 66

Did you look at it Calin?

Post count: 35449

Hello,

I’ve checked this situation with my mobile to, and for me is working normal, without problems.
Maybe this is happen only on some type of devices, if you can please provide some screenshots or a video.

Thank you for your understanding!

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