Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bibblio

    (@bibblio)

    Hi,

    Thank you for reaching out.

    If you just want to change the headline’s font, we have a few for you to choose from in the module editor: in your WP admin page, go to Modules, select the one you want to edit and you’ll find them under “Headline Style”.

    If you want to change the font/colour in the headline and the thumbnails, you can do so by loading a css that is positioned in the page so that it loads after ours. Be sure to suffix each parameter you’re adding with “!important” to be sure it overrides without being ignored. It would look something like this:

    .bib__info {font-family: “Roboto”, sans-serif !important;}

    We recommend using a small and clear font on the thumbnails for legibility.

    Hope this helps

    Plugin Author bibblio

    (@bibblio)

    FYI, this is the full answer taken from our troubleshooting guide:

    If you want to change the font or text size of the headline, you can set these in your module editor. Go to Modules, select the module you wish to edit, and under “Headline Style” you can choose a recommended system font (to ensure it looks the same on Windows and Apple devices) and the text size.

    If you wish to use a non-standard font for your headline, you can do this within your own stylesheet, altering the ‘.bib__title’ class. (Be sure your stylesheet loads after ours, and include !important in the parameter to guarantee you’ll override our settings.)

    E.g.
    .bib__title {font-family: “Roboto”, sans-serif !important;}

    You can use this class to override the headline color and similar parameters.

    Alternatively, if you wish to change the font for the entire module (including the author, date and description in all tiles) you can use your stylesheet again, but this time targeting the ‘.bib__info’ class. (We recommend a simple, sans-serif font is used for this small text to ensure legibility.)

    E.g.
    .bib__info {font-family: “Roboto”, sans-serif !important;}

    I’ll now close this thread but if you have any specific questions about customizing Bibblio for your site, don’t hesitate to contact us directly and we’ll take this offline!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing font’ is closed to new replies.