Removing the complete byline from max-width 600 and smaller

Home Forums Automattic Elemin Removing the complete byline from max-width 600 and smaller

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164750 Resolve

    anthony.depagter
    Member

    Hi! Since I am the only author of my blog, I really don’t need to post authorship credit on every single post.

    I was able to remove it from the full-sized entries using:

    .entry-meta .byline {
    display: none;}

    However, I can’t quite figure out how to erase the word “by” that comes in front of the byline in the lower width responsive versions. I can only remove my user name with the following code.

    .entry-meta .byline a {
    display: none;}

    Right now I can hide it by adding font-size: 0%, but it leaves a bit of a space. How can I get rid of the word “by”?

    Thanks a lot.

    • This topic was modified 4 years, 6 months ago by anthony.depagter.
    The blog I need help with is anthonydepagter.com
    #164753

    C. Kitahara
    Member

    Hi there!

    I’m closing this request because it seems you managed to fix this.
    Feel free to contact us again if you still need more help!

    #164755

    anthony.depagter
    Member

    Please don’t. I am unhappy with the gap left behind. My fix was to just turn the font white.

    Also, on the smallest mobile resolution, my site title (my name) is float left and I am unable to center it.

    Thank you for your assistance.

    #164759

    C. Kitahara
    Member

    Oh, I have missed this answer from you, Anthony.

    It was really you that I answered before! I’m sorry about this!

    I’ll email you directly! Please wait for my message!

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

You must be logged in to reply to this topic.