StyledThemes

Byline customization

Home Forums WordPress Themes – Premium Pure & Simple Byline customization

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #37393
    #37399
    Binaya D
    Participant

    Hi There,

    If you want to hide the “Published on, by” which is in the entry-meta, then you can use the following css for it;

    .single-post span.posted-on {
    	display: none;
    }
    .single-post span.byline:nth-child(2), span.author.vcard {
    	display: none !important;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

    #37408
    Joel Ford
    Participant

    No, that doesn’t work, either. I’ve attached a screenshot. As you can see, the word “by” remains…
    🙁

    Attachments:
    You must be logged in to view attached files.
    #37410
    Joel Ford
    Participant

    Sorry, my mistake (forgot to disable cloudflare). Your code works perfectly! Thank you, Binaya!

    #37440
    Binaya D
    Participant

    Hi Joel,

    You are welcome, if you face any problem in future then please let us know. We are happy to provide solution asap.

    Thanks

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