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
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 !
Hello !
I am sorry for the misunderstanding !
Please move the code in here: https://www.screencast.com/t/wXB8N987r
Thank you !
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
