Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072004
    skirttheceiling
    Participant

    Hi,

    I use cpanel with HostGator is that what FTP you’re asking for?

    #1072071
    Jade
    Moderator

    Hi there,

    Yes, CPanel access would be fine. Thank you.

    #1073659
    skirttheceiling
    Participant
    This reply has been marked as private.
    #1074133
    Lely
    Moderator

    Hello Christy,

    Your style.css file is there. Please login to your cpanel and then navigate to this folder:public_html/wp-content/themes/x-child. Download style.css file and then open it using a text editor. Paste the suggested code and then upload the file again on the same folder.

    If you need to remove the featured image on the post, we don’t need to edit any file. We can just add this custom CSS:

    .single-post .entry-featured {
        display: none;
    }

    Hope this helps.

    #1074211
    skirttheceiling
    Participant

    Thanks!

    #1074318
    Christopher
    Moderator

    You’re welcome.

    #1076893
    skirttheceiling
    Participant

    Hi!

    i’m sorry but when i put
    .single-post .entry-featured {
    display: none;
    }

    into by global css, i realized that it would also prevent my galleries from showing…

    Is there away that I could either make the featured image smaller or some way that it doesn’t affect my galleries?

    For example:
    Here is a post with a gallery that i do not want affected:
    http://skirttheceiling.com/2016/07/06/20160706/

    Here is a post where I’d rather not have the featured image:
    http://skirttheceiling.com/2016/07/07/xoxo-jemmagirl/

    #1077460
    Friech
    Moderator

    Hi There,

    Please update the code to:

    .single-post:not(.single-format-gallery) .entry-featured {
    display: none;
    }

    Hope it helps, Cheers!

  • <script> jQuery(function($){ $("#no-reply-1053224 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>