Change Font Mobile Theme Tag Page

Posted in: Newspaper
Post count: 150

Hey!
can you please provide me a css code to change the font from the tag page entry content in the mobile theme. I tried to change the div-class “entry-content”, but that doesn’t change it. For example on that page: https://rauf-und-davon.at/tag/grattour/ (switch to mobile view). I want the entry text to be Quicksand.
All the best and thanks,
Daniel

Post count: 18283

Hello !

Please try this css code: .tag-68 body, p {
font-family: 'quicksand';
}

The code must be inserted here: https://www.screencast.com/t/JyWXe6Cr2DMr

Thank you !

Post count: 150

Hey,
thanks for getting back, but it didn’t work as you can see on the screenshot.
Still have the wrong font on the mobile tag page.
Did i do something wrong?
All the best,
Daniel

Screenshot

Post count: 150

Just to be sure: I am talking about the font in the mobile theme.

Post count: 18283

Hello !

I am sorry for the misunderstanding !

Please move the code in here: https://www.screencast.com/t/wXB8N987r

Thank you !

Post count: 150

Hello!
that worked, thanks!
All the best,
Daniel

Post count: 150

Okay just found out (because i also aligned the text centered) that this code affects the complete mobile theme (my complete posts f. ex.). Is there a code that just affects the tag page entry content in the mobile theme that please?
All the best and thanks,
Daniel

Post count: 18283

Hello !

Please delete the older code and try this css code: .tag .entry-content p {
font-family: Quicksand;
}

Let me know the result !

Thank you !

Post count: 150

Hey!
Thank you as far as i checked it worked now 🙂 If i’d have any problems i’ll get back to you!
All the best and thanks,
Daniel

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.