Hide author name on text only block 9

Posted in: Newsmag
Post count: 9544

Hi
I am terrible at hitting the right element … trying to hide the author name on a text section of news at bottom of home page since don’t want the link to author on there 10 times…

  • wrong, but what trying to do:
  • .td_block_9.td-post-author-name {display:none;}

    Can you steer me on that one?
    Thanks! 🙂

    Post count: 35449

    Hi,
    Your code is almost ok, but you need a space between classes, like this:
    .td_block_9 .td-post-author-name { display: none; }
    I hope this is what you need 😀

    Post count: 9544

    Thanks will try that. I thought I had, but perhaps I forgot to save the edit.

    Also, occurred to me I could likely just edit the module itself, since I have touched several other files 🙂

    Post count: 9544

    that worked! Thanks 🙂

    Post count: 35449

    I’m glad it works!

    Viewing 5 posts - 1 through 5 (of 5 total)
    You must be logged in to reply to this topic.