Comments off notice in blog section

Discussion in 'Woodpecker WordPress Business Theme' started by trasgu, Dec 2, 2014.

  1. trasgu

    trasgu Member

    Joined:
    Oct 13, 2012
    Messages:
    188
    Likes Received:
    18
    Location:
    Santander, Spain
    Hi there folks,
    I'm again helping at a fair trade project based in Japan this time and we have a bit of an issue with the translation into japanese of the sentence "comments are disable", can you pls help me with some "CSS Magic" to erase the sentence showing up in each post: http://www.joel-world.jp/blog/

    Thx tons and wish you all a great day !!!!
    Jose
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .post-meta ul li.meta-comm {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page