• Resolved ronke47

    (@ronke47)


    When I use only the initial four Team Member slots, everything is fine. But when I Add new Team Member #5 and $6, both the title and the text for those Team Members comes out italicized, which I do not want. How do I keep that from happening? Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    hi, @ronke47

    To remove the italic font you just need to add below CSS code into your stylesheet or you can also add this code into your additional CSS from theme customizer.

    .hestia-team .card .content{
       font-style:normal;
    }

    Hope this will helps you.
    Thanks.

    Hi @ronke47,

    The italic font size is caused by an extra HTML tag, which should not be there.
    https://prntscr.com/kyw294 I don’t know exactly where that came from, you either tried to change the theme’s files, a plugin added that, or something else happened.
    You can try to update the theme, to get rid of that, as I see you are not using the latest version.

    Regards,
    Rodica

    Thread Starter ronke47

    (@ronke47)

    Thank you, Snehal! That fixed it immediately. Rodica, I have no idea where the extra HTML tag came from either. I did not attempt to change any Theme files (I would have used a Child if I had) I did update just the theme but that didn’t have any effect. I do love Hestia but find the whole Front Page section thing frustrating because it is so hard to access the actual .html
    Best, Ronni

    Anonymous User 16453565

    (@anonymized-16453565)

    @ronke47, if your issue is resolved, please update the ticket.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Team Members suddenly italicized’ is closed to new replies.