Tagged: , ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #168157
    bub
    Participant

    Hi guys,
    I have not been able to remove the author mentions from the website I am currently developing.

    Could you please help me with the that?
    The theme I am using is Catch Wheels Pro.

    Thanks for your help in advance,

    bub

    #168181
    Skandha
    Participant

    Hello there,
    Please post in your site URL so that I can look into the issue and let me know where you want the author mentions to be removed.

    Kind Regards,
    Skandha

    #168212
    bub
    Participant

    Hi Skandha,
    I have sent you an eMail!

    Best Regards,
    bub

    #168283
    bub
    Participant

    Hi Skandha,
    did you receive my eMail?

    Best Regards,
    bub

    #168301
    Skandha
    Participant

    Hello there,
    No I have not received your email yet. I will send you an email shortly so that you can reply to me through that email.

    Kind Regards,
    Skandha

    #168366
    Skandha
    Participant

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .entry-meta .author-label, .entry-meta .author {
           display:none;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #168378
    bub
    Participant

    Hi Skandha,
    thanks for the help, that was what I was looking for.
    Another problem I came across was the space between the header and the actual post on the site.
    I will send you a screenshot via eMail for a better understanding.

    Thanks in advance,
    bub

    #168439
    Skandha
    Participant

    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .section-heading-wrapper {
    	padding:20px 0px;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #168448
    bub
    Participant

    Hi Skandha,
    unfortunately that didn’t do anything.

    What can that space actually be used for and how do I remove it, if I don’t want to use it?

    Thanks in advance,
    bub

    #168454
    Skandha
    Participant

    Do you mean to remove the space below the featured content section?

    Kind Regards,
    Skandha

    #168455
    bub
    Participant

    I’m really not sure, did you receive my eMail from yesterday with the screenshot attached?

    Regards,
    bub

    #168910
    bub
    Participant

    Hi Skandha,
    have you got any info for me regarding my problem?

    Thanks,
    bub

    #168911
    Skandha
    Participant

    Hello there,
    I’m afraid I have not received your email with the screenshots. Do you mind sending them again. I will contact you shortly by email.

    Kind Regards,
    Skandha

    #168913
    Skandha
    Participant

    That black space is used for header image/featured image and is also used for Page/post title and author info which you seem to have removed using Additional CSS.

    So to remove that black section you can
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .custom-header {
    	display:none;
    }

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Remove author’ is closed to new replies.