• Resolved vikaskalwani

    (@vikaskalwani)


    Hi, i want to hide the name of the author (admin) as well as the admin icon left to the name. I want to hide these 2 on the posts so that it is not shown even in the highlighted posts.

    Please look at Petster

Viewing 4 replies - 1 through 4 (of 4 total)
  • hello can you tell me how you did it?

    I would like the category as well

    Thank you in advance

    nicole

    Thread Starter vikaskalwani

    (@vikaskalwani)

    Right click on the author box and use inspect element from the browser.
    You will see a class – byline
    right click on byline (in html inspector) and do : Copy css path
    Make a child theme of colormag using a plugin
    Go to Appearance-> Editor and paste the copied path …

    ex: _____.byline { display:none;}

    Do the same thing for highlighted posts as well.

    Hello thank you for your quick reply, i have tried evertything but it won’t go away.

    Can you have a look for me??

    thank you

    I like your site

    or you can use following code, paste it in Custom CSS in Appearance-> Customize-> Design Options:

    .byline {
    display: none;
    }

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

The topic ‘Hide author name in posts : Colormag’ is closed to new replies.