Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1181073
    Map
    Participant

    Hi,

    I want the featured image thumbnails to appear except in the post itself.

    My site is http://www.maruapula.org

    the code :

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

    Is not removing the featured image from the post.

    Please advise!

    Many thanks!

    #1181078
    Paul R
    Moderator

    Hi,

    That should work, would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1181087
    Map
    Participant
    This reply has been marked as private.
    #1181116
    Paul R
    Moderator

    Hi,

    There is a syntax error in your code.

    Please replace the entire code in your custom css with this.

    
    .x-navbar .desktop .x-nav>li>a>span {
        border-radius: 0em !important;
    }
    
    .x-topbar .x-social-global {
        display: none;
    }
    
    body .x-navbar .x-nav li>a>span:after {
        display:none;
    }
    
    .x-video .x-video-inner {
        padding-bottom: 78.25%;
    }
    
    table#wp-calendar caption {
        text-transform: none !important;
    }
    
    td#prev, td#next {
        display: none;
    }
    
    footer.x-colophon .x-colophon-content p {
        text-transform: none !important;
    }
    
    .post p{line-height: 1.5em;}
    
    body {
        line-height: 1.5em;
    }
    
    body p {
        margin: 0 0 10px;
    }
    
    .entry-title a {
        font-size:20px;
    }
    
    .x-recent-posts .x-recent-posts-date {
        color: #fffff !important;
    }
    
    .wp-caption-text {
        text-transform: none !important;
        font-size: 14px !important;
    }
    
    @media (max-width: 767px){
        .x-column.x-sm {
            float: left;
     }
    }
    
    body {
        line-height: 1.5em;
    }
    
    li {
        line-height: 1;
        padding: 0px;
    }
    
    .x-columnize > ul > li {
        padding-left: 10px;
    }
    
    .single-post .entry-featured {
         display:none;
    }
    
    

    Thanks

    #1181193
    Map
    Participant

    Thanks!

    One other quick question – how do I change the (currently enormous) post title font size and the post date colour?

    #1181227
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .single-post .entry-title {
        font-size: 200%;
    }
    
    .single-post .entry-date {
        color: #000000;
        font-weight: 600;
    }
    

    Hope that helps.

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