Fonts

Posted in: Newspaper
Post count: 42

I want to ask how to edit the fonts in Category (under the title) and in Quotes (shortcodes).

For example check this http://www.aplotaria.gr/alexandros-mpelles-odyssey/

The Category “ΕΚΔΗΛΩΣΕΙΣ” isn’t written with nice fonts.

The same is for text in the box quote center “Η Απλωταριά εξασφάλισε 1 διπλή πρόσκληση για την εμφάνιση του Αλέξανδρου Μπελλέ την Παρασκευή 10/1 και το Σάββατο 11/1 στην Οδύσσεια. Μπείτε στην κλήρωση για την πρόσκληση στέλνοντας email με τα στοιχεία σας και θέμα «Αλέξανδρος Μπελλές» στο info@aplotaria.gr. Το όνομα του τυχερού αναγνώστη μας θα ανακοινωθεί την Παρασκευή το πρωί.”.

The email in the box quote center seems ok, but the greeks letters aren’t nice. Obviously the solution is to change fonts and choose others that support greeks.

Let me know how to do this for categories and texts in shortcodes.

Thanks in advance

Post count: 3343

Hello,
You can change via CSS in style.css
locate this and change the font-family you like:

For category tag:

.entry-category {
    font-family: 'PT Sans',sans-serif;
}

For quote:

.td_quote_box p {
    font-family: 'PT Sans',sans-serif !important;
}

Thanks!

Post count: 42

Thanks a lot!

Post count: 53

Hi, I tried that as well but it seems the color nor the text-size change :/
Any idea? I have the last updated version of Newspaper.

  • This reply was modified 12 years by zeus.
Post count: 3343

Hello,

@zeus
what you want to change? You want to change the color for the same category tag and quote? Use color in that CSS.

Thanks!

Post count: 53

Hi Marius,

I tested a block in the visual composer in which you can add text. In this block I added a blockquote. The text was huge and blue. I tried to change it with in the style.css as you suggested.
It didn’t work. Tested it in 2 browsers as I figured it maybe could be a browser caching issue.

So it’s not about the category, I don’t use that.

Maybe you have a another good suggestion? Thanks!

Post count: 3343

Hello,
I don’t understand what you want to make, adding a blockquote in block?! Can you show me a screenshot or a link to see the issue.

Here are all the theme quotes style: http://demo.tagdiv.com/newspaper/blockquotes-pullquotes/ that is used in article not on Blocks content.

Thanks!

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