Tags like comments , posted by , Author Off

Discussion in 'Real Photography WordPress Theme' started by ansh1705, Jul 16, 2013.

Thread Status:
Not open for further replies.
  1. ansh1705

    ansh1705 New Member

    Joined:
    Jul 5, 2013
    Messages:
    12
    Likes Received:
    0
    I don't want the tags like comment , posted by , Author on posts as i want to use it for business purpose. Please help and let me know if more details is required

    Appreciate the Quick help.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_meta li.post_date {
    display: none;
    }
    .content-bar .post .post_meta li.posted_by {
    display: none;
    }
    .content-bar .post .post_meta li.post_category {
    display: none;
    }
    .content-bar .post .post_meta li.postc_comment {
    display: none;
    }
    This will solve your issue.
     
    ansh1705 likes this.
  3. ansh1705

    ansh1705 New Member

    Joined:
    Jul 5, 2013
    Messages:
    12
    Likes Received:
    0
    thanks a lot. And also is there a way out to add text on the slider images...Can you please help me with this issue?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    To achieve this you can add a image which contain your slider image and add your text in the image and upload it.
    Use Photoshop to do that.
     
  5. ansh1705

    ansh1705 New Member

    Joined:
    Jul 5, 2013
    Messages:
    12
    Likes Received:
    0
    ok , is there no option to edit the CSS for the same? And also in Gallery page instead of slide show I just want to put simple posts like in the first page can you please help me on this?
     
  6. pcmanager

    pcmanager Guest

    Joined:
    Apr 15, 2013
    Messages:
    22
    Likes Received:
    1
    Hi Everybody,

    I follow the instructions to remove post author, date and so on.

    I insert the code above, but nothis is changed.

    What checking I can do?

    Thanks for your time.
     
  7. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    Do let us know your website link.
     
  8. pcmanager

    pcmanager Guest

    Joined:
    Apr 15, 2013
    Messages:
    22
    Likes Received:
    1
  9. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content-bar .post_meta li.post_date {
    display: none;
    }
    .content-bar .post_meta li.posted_by {
    display: none;
    }
    .content-bar  .post_meta li.post_category {
    display: none;
    }
    .content-bar .post_meta li.postc_comment {
    display: none;
    }
    
    This will solve your issue.
     
  10. pcmanager

    pcmanager Guest

    Joined:
    Apr 15, 2013
    Messages:
    22
    Likes Received:
    1
    Yeah!

    It works!

    Thanks!!!
     
Thread Status:
Not open for further replies.

Share This Page