Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #11118
    klhaight
    Participant

    Hi,

    I have the catch box theme and I am trying to change the posted on line in my posts. I would like to have the date but I would like the font to be smaller. Also, I would like remove by admin. I would also like to put no comments on the bottom of posts on the right hand side.

    Thanks so much for the help. I have learned so much reading the forums on catch box!

    #11150
    Sakin
    Keymaster

    @klhaight: To change the code you need to build child theme and edit the function. But there is easy to to just adjust the css. But to send you the css, I need to check your site. So, please send me your site URL.

    #11156
    klhaight
    Participant

    Thanks Sakin. I have built a child theme already.

    My site…http://www.chatfieldcourt.com

    #11161
    klhaight
    Participant

    I am also trying to change the padding on my header. I want it to be smaller. Also, you can click on my images in my posts, the pics and my signature. Is there a way to stop that?

    Thanks again.

    #11180
    Sakin
    Keymaster

    @klhaight: You can add the following css and change the padding of header as per you need.

    #branding hgroup {
        padding: 2.5em 0;
    }

    I see that you have already remove the links from your pics and your signature in your posts.

    You can add the following CSS to change the font size of the date.
    .entry-meta .entry-date { font-size: 12px; }

    To remove by admin, just add the following css
    .single-author .entry-meta .by-author { display: none; }

    #11188
    klhaight
    Participant

    Thanks for the changes Sakin!!!

    #11189
    klhaight
    Participant

    I did have one more question. The image that is on my first post on the home page is so big and it cuts off the keys that are in the image. When you click on continue reading and you see the whole post, the image is fine. Is there a way to fix that image on the home page?

    #11207
    klhaight
    Participant

    So I put the css in for changing the padding around the header and it doesn’t seem like anything has changed. I tried it several times. Am I doing something wrong?

    #11235
    Sakin
    Keymaster

    @klhaight: I don’t see issue in your site. Nice customization.

    #11342
    klhaight
    Participant

    Thanks Sakin. I made a new, smaller header and applied the code you gave me. That seemed to fix the problem. I appreciate all the help. Great theme, by the way!

    #11348
    Sakin
    Keymaster

    @klhaight: Thanks for your appreciation.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘change " posted on" line in post’ is closed to new replies.