Source and Via URLs In New Window / Mobile Theme Fonts

Posted in: Newspaper
Post count: 53

Is there a way to add some code that will open “Source” and “Via” URLs in a new window. I don’t want to lose readers from the site, chasing a good story.

Preferably in a custom CSS so that I don’t lose changes in an update. Happy if this is a rule across all URLS on site.

Secondly,

On the mobile theme, the block quote text is horrible colour / size for my readership. It reverts to default.
Is their a way to customise it like I can in the fonts on desktop. I would like to Bold it, change size, and colour, as well as state the font to be used.

Post count: 22421

Hi,

For the first request please follow this topic: https://forum.tagdiv.com/topic/open-source-and-via-in-a-new-tab/
As for the quotes on mobile: The color of the quotes is affected by the theme accent color:
http://screencast.com/t/gUVdFGDGIdg
Unfortunately the font family and font style can only be changed with css as the mobile theme has no font customization at the moment. You can use this method to load a new font with css: https://forum.tagdiv.com/topic/how-to-change-font-for-text-logo/
and then use this css to set the font family and size for the quotes on mobile:
@media(max-width:767px){
.td-post-content blockquote p{
font-family:mycustomfont!important;
font-size:25px!important;
}}

Thank you!

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