• I’m building a site for a client using the Redline theme and she wants to same font (Calisto MT) throughout. I’ve changed it in menu, body text, h2 etc bu can’t get the content of the widgtets to change. I’ve been right through the style.css file and changed the font wherever I see it to the font family she wants, but still the widget content is showinf a different font (though the widget titles are the correct one).

    The site is at https://www.cacevents.com. Please note that the font in the widgets (sidebar and footer) is very similar, but not the right one – check the serif on the capital C to see what I mean!

    Any help with changing this final bit of code much appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try using Firefox with the Firebug add-on for this kind of work.

    Thread Starter proof_fairy

    (@proof_fairy)

    Yeah I have, but it’s not really helped at all!

    How are you loading the Calisto MT font?

    Hi @proof_fairy I’m the author on RedLine theme ??

    The basic fonts are described in style.css row 63 combined selectors
    body, input, textarea
    So the change there will (and have to) affect all theme’s text areas, except the titles.

    But in case you want different styling: the content is divided in two main parts – primary (left column, for the main articles) and secondary (the right, widgets area)
    So you can use selectors #primary and #secondary do define precisely the styling.

    Thread Starter proof_fairy

    (@proof_fairy)

    Thanks Fingli. I had found the code in line 66 and changed that. I’ve now added the same font family and font size with both #primary and #secondary selectors. Strangely, the footer widget titles are now the correct font but the text is still the wrong font (though a very similar one – it’s only the capital letter C that I can tell it’s not the right one) and definitely not the right font size

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme: Redline]’ is closed to new replies.