Blockquote font dont change

Posted in: Newspaper
Post count: 6

Hello. I have a problem with this mobile theme blockquote font. I want to change it ti another font and chabge style as normal text (not uppercase).

Please tell me where I can do this.

Thanks.

Post count: 20688

Hi,

If you are using the mobile theme plugin, this does not have any options to modify the font in the theme panel, at the moment
https://forum.tagdiv.com/the-mobile-theme/
If the mobile theme plugin is not active, the same content from desktop will be displayed all all devices. Fonts can be changed normally in the theme panel
https://forum.tagdiv.com/font-customization/
If you need further help, please provide more details about what exactly you want to change, and I will try to help you. A link to your website where you want to make these changes or a useful screenshot, may be of help.

Thanks

Post count: 6

Hi, I know that there is not any option from theme panel. But I want you give me how to change this from CSS file.. Please..

Post count: 20688

Hi,

You could try the solution from this topic
https://forum.tagdiv.com/topic/change-mobile-theme-font/
Load the font like mentioned, and apply it with CSS for the needed elements.

Thanks

Post count: 6

Hi, Simion. Thanks for reply.. But can you help me which line exactly I must change..

I want that when users read on mobile the articles’ default blockquotes dont look UPPERCASE. I want to change it to normal text.

Which line, which code I must change for this.. on style.css or any other file I dont know..

Please help me.

Post count: 20688

Hi,

If that is what you want, you could try a code like this one for example, it will change the the block-quote paragraph to capitalized (or how you want it to display)
https://www.screencast.com/t/ee6FFq13eT
Or maybe normal text
https://www.screencast.com/t/Rc9cpScMoYuv

The code must be entered in Theme panel->Mobile theme->Custom CSS in order to be applied only on mobile, when using the mobile theme plugin

.td-post-content blockquote p {
text-transform: none;
}

Please correct me if I misunderstand what you wanted.

Thanks

Post count: 6

Thank you, Simon. Yes this is what I want. Good luck.

Post count: 4

I did as indicated and emptied the cache but it does not work.
Can you help me please?

Post count: 4

.td-post-content blockquote p {
text-transform: none !important;
font-size: 15px !important;
line-height: 20px !important;
}

Post count: 20688

Hi,


@ibeppo993
I have tested the code and it works for me
https://www.screencast.com/t/ywexnnBI
Please note that if you want the code to apply when using the mobile theme plugin, you must enter it as specified above
https://www.screencast.com/t/zWk2b3DXpjfq
If you are not using the mobile theme plugin, the blockquotes font properties can be changed in the theme panel
https://www.screencast.com/t/duTOs3YxX

Thanks

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