Okay
  Public Ticket #3763205
author box
Closed

Comments

  • Carol started the conversation

    Somehow, I added a verified badge next to the author's name in the author box (screenshot attached).

    For example, on this page: https://ceoworld.biz/author/christina/

    Now I don't remember where I added the code, I replaced all the files with new ones so I don't have a backup

    can you please help?

    Attached files:  author.jpg

  •  213
    Theme Ruby replied

    Hi,

    Thank you for reaching out!

    Please try to add this CSS into Appearance > Customize > Additional CSS:

    body .author-title:after {
        content: "\e983";
        font-family: "ruby-icon";
        color:#1da1f2;
        font-size: 1.2em;
        top: -.3em;
        padding-left: 2px;
        position: relative;
    }		
    
    .author-content-wrap .author-title {
        overflow: inherit;
    }
  • Carol replied

    Thanks

  •  213
    Theme Ruby replied

    Thank you very much!

    Let me know if you have any further questions.

    Regards,