• Hi,
    I want to change the font size of the categories and subcategories in the book description. Where i can change this in the css file?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author mooberrydreams

    (@mooberrydreams)

    I am not sure what you mean by categories and subcategories.

    If you mean the Genre, Tags, etc. on the book page, you can use the following CSS classes:

    .mbm-book-details .mbm-book-details-editors-label
    .mbm-book-details .mbm-book-details-editors-data

    And so on, changing editors to cover-artists, genres, tags, illustrators.

    Be sure to put your custom css into your theme’s settings or in a child theme css file or another custom plugin css file so your changes are not overwritten when the plugin updates.

    Thread Starter Nameless_Dream

    (@nameless_dream)

    Thanks a lot! ??
    Which file I have to put and where so I prevent changes from the update? And can I do this with the translation .po and .mo files?

    Plugin Author mooberrydreams

    (@mooberrydreams)

    Be sure to put your custom css into your theme’s settings or in a child theme css file or another custom plugin css file so your changes are not overwritten when the plugin updates.

    Not sure what you mean about the translation files…?

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