Section 1 alignment / remove "Read more" / latest posts

Home Forums SKT Black/White Theme Support Section 1 alignment / remove "Read more" / latest posts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24281
    RobertRobert
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 25, 2016

    Hi!

    How can the following be achieved:
    1. section 1: align all 4 “services-box” at the top instead of at the bottom?
    2. section 1: remove “read more” completely from the “services-box”?
    3. section 4: “latest-news”, can the comment counter and image as well as the date be removed?
    4. section 4: “latest-news”, how can “older entries” be removed?
    5. which file has to be edited to alter what is shown when accessing a post from e.g. “latest-news” (remove navigation, date, etc.)

    Sorry for the amount of questions, hope you can assist!
    Great theme by the way 🙂

    Thank you in advance!

    #24340
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Robert,

    Kindly show us your website URL.

    Regards,
    Dave

    #24419
    RobertRobert
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: February 25, 2016

    Hi Dave!

    The site’s not publicly accessible yet. I’ve figured out where to make the changes, but struggle to incorporate some changes in the child theme as they involve changing both functions.php and /inc/custom-functions.php, e.g. removing the code below from custom-functions:
    <div style=”float:left;”>’.get_the_date().'</div>
    <div style=”float:right;color:#cccccc;font-weight:bold;font-size:15px”>  ‘.get_comments_number().'</div><div class=”clear”></div>

    </div>
    </div>’;
    endwhile;

    $postoutput .= ‘<div class=”post-nav”>’;
    $postoutput .= ‘<div class=”prev-page”>’ . get_previous_posts_link( “« Newer Entries” ) . ‘</div>’;
    $postoutput .= ‘<div class=”next-page”>’ . get_next_posts_link( “Older Entries »”, 3 ) . ‘</div>’;
    $postoutput .= ‘</div>’;

    #24769
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi Robert,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom css box

    Add this code:

    #services-box .read-more{display:none !important;}
    .post-nav{display:none !important;}

    Regards,
    Brad

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