Home Forums WordPress Themes – Premium Circumference How to remove Author info and tags below the post

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #15014
    Louis
    Participant

    Hi, I am facing the same problem, actually I am using cercomfence theme, but thinking this may help as well.
    I follow your instruction and edit the child theme, Stylesheet (style.css) this file, within /* Add your custom css below */,
    I put the code your told, but now works, is there any thing wrong, sorry for my poor knowledge for this…

    when you say ” create the following custom css:”
    where to do thing ? also try to creat a file custome css.css and upload, maybe I do wrong.
    Thanks for your help in advance.

    #19665
    Sushil Adhikari
    Moderator

    Hi Louis…I moved this topic to the Circumference forum category.
    Removing the author and other info below the post is very easy because I have a theme option setting for that. I’m also assuming this is for the full post view?

    Go to Appearance >> Customize >> Basic Settings

    Check the box next to “Hide Post Footer Info”

    #19666
    Louis
    Participant

    Thank you so much… The money spent for the theme is really worthy.

    I follow the instruction and click on the box for hide post footer info,but looks not works.
    Sorry for take your time for this maybe simple problem.
    Could you pls check my website, http://www.wsw-china.com/new-arrival/
    you can see below my post title, you can still find post on, by , comments,etc.

    I have set new arrival page as blog pages. Thanks in advance

    #19667
    Louis
    Participant

    One more request, following my last reply, if possible, I want to remove all these things below the post title,

    “Image Posted on: by: [email protected] 1 Comment ”

    is it possible ?

    #19668
    Sushil Adhikari
    Moderator

    Oh, you want it gone from the blog post summary below the title. If you want that one gone, you will need to do some custom css then:

    .entry-meta {display:none;}

    Doing the above will remove that line of into from your website on every page that displays that.

    #19669
    Louis
    Participant

    You are just super star, so that efficient works…. thanks a lot.
    Yes, this is just my query, I also tried to google solution because I hope release your works facing so much clients,
    some body also suggest doing custom css, but how to do that ?

    How to do custom css ?
    I note there is file named “stylesheet style.css” from the editor, and inside I do find something says
    /* Add your custom css below */,

    I do apologize for my poor knowledge… thanks for your time.

    #19670
    Louis
    Participant

    my friend, a related question I want to solve in the same time, so not to ask you the other time.
    when you visit my post page http://www.wsw-china.com/new-arrival/
    after you click on the title on the right side bar, I mean the title link right to the thumbnail pictures,
    we can open the post on a new window, but you can see the post page show thumbnail photo
    and full size phone as well. Thumbnail photo I want to remove, how to do this ?

    A big thanks for your time…

    #19671
    Sushil Adhikari
    Moderator

    Doing custom css can be done in one of two ways:

    1. Child theme
    2. A plugin that allows you to edit CSS

    If you are not using a child theme, look for a plugin that lets you edit CSS and then you can add that code I did to it. If you are using the child theme, for Circumference, you would edit the child theme’s style.css file and add the code I gave you just below the line that looks like this:

    /* Add your custom css below */

    Don’t worry about your english….english is my first language and even I do not speak it well. :side:

    #19672
    Louis
    Participant

    Hi, the great super star, I just hide every information below the post.
    Thanks so much much ….. 🙂 🙂 🙂

    #19673
    Louis
    Participant

    Yeah, you are making jokes my friend, I believe your English will just be super.

    So after that solution, I will wait to hide the thumbnail photo which shows when we open the post page.
    Thank you.

    #15015
    Louis
    Participant

    I find the solution already for this.
    There is a box from customizer ” Hide Full Post Featured Image”
    I click on that, things are done. Thank you.

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