Home Forums WoodMart support forum Remove author icon

Remove author icon

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #182262

    pati@zubidesign.com
    Participant

    Hi,

    I am searching a CSS code or something to remove the author icon on the blog, but no de author name.
    The default structure is: by + icon + author name
    I want to keep: by + author name

    Is is possible?

    Thank you!

    Attachments:
    You must be logged in to view attached files.
    #182286

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-entry-meta .meta-author {
    display:none;
    }

    Best Regards

    #182311

    pati@zubidesign.com
    Participant

    Hi Elise,
    Thank you for helping me with all my issues.

    This code has remove all the author name, and I asked you to only remove only the icon.
    Is there a code to ONLY remove the author ICON not he BY + name?

    Thank you!

    #182342

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-entry-meta .meta-author img{
    display:none!important;
    }

    Best Regards

    #182443

    pati@zubidesign.com
    Participant

    Perfect! Thank you!!

    #182457

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Remove author icon’ is closed to new replies.