Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

metadata

Viewing 2 posts - 11 through 12 (of 12 total)
  • Author
    Posts
  • #2428
    LeanneK
    Participant

    A couple more questions

    1. I want to remove this at the bottom of my posts: “Comments are closed’ what is the CSS for this?
    2. What is the CSS for extra padding around an image?

    Much appreciated.
    LK

    #2430
    mmsatori
    Keymaster

    Hey Leanne,

    the CSS rules you’re after are as follows:

    – to remove the “comments closed” text:
    .nocomments { display: none; }

    – to add extra padding around images in posts and projects:
    .post-content img { padding: 10px; }
    (you can of course change the “10” to any number you need ;)

    You can add the CSS to the “Style: Add Custom CSS” tab of the Theme Options panel.

    Sincerely,
    Andrii / Satori Studio

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