• Resolved Daniela21

    (@daniela21)


    I’m using the Newsmag theme by TagDiv, and it looks like the custom font size (21px) I set up for the post contents through the Newsmag theme panel is controlling the fonts used on the Molongui plugin author bios.

    I used the Author Box Editor to select a smaller font size (12px), but it’s not working. I also inspected the CSS to try to change the font size, but my tests are not working either. The author box only displays the font style and size set up on the Newsmag theme panel.

    Is there a workaround or solution to make the bio text size smaller? Thanks in advance. I’d appreciate any help.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Molongui

    (@molongui)

    Hi @daniela21,

    Thanks for reaching out! Yes, on the Author Box Editor, go to the Advanced tab. There you will see the Custom CSS option. Just insert the following line of code and Save Settings:

    .m-a-box-bio p { font-size: 12px; }

    If you need to add any other style, like line height, you can add it within the brackets like this:

    .m-a-box-bio p { font-size: 12px; line-height: 20px; }

    That should do it! I’m closing the ticket as I’m quite positive that is it. But please feel free to reopen it if this doesn’t work or if you need further assistance.

Viewing 1 replies (of 1 total)
  • The topic ‘Help with font size’ is closed to new replies.