New Landing How can we help? Themeforest Theme Support Supreme < > can this be changed for next/previous?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Supreme
  • #56088
    plbenson
    Member
    Post count: 93

    Can the next/previous image be changed? If so how can I do that?

    I’ve used this for the size – but want to have a different image than the < > one.

    .jcarousel-next, .jcarousel-prev {
    font-size: 24px;
    color: #e8a713;
    }

    #56093
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    We are using font awesome icons for the previous and next arrows, you can only change it to one of those.

    – Kyle

    #56132
    plbenson
    Member
    Post count: 93

    Okay – so how do I change the image/icon?

    #56146
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Edit lines 383 & 384 of single.php

    					<div class="nav-previous"><?php next_post_link('%link', __('<i class="icon-chevron-left"></i> <span class="nav-text">%title</span>', 'swiftframework'), FALSE); ?></div>
    					<div class="nav-next"><?php previous_post_link('%link', __('<span class="nav-text">%title</span><i class="icon-chevron-right"></i>', 'swiftframework'), FALSE); ?></div>

    You will need to change the icon-chevron-left and icon-chevron-right to one of these: http://fontawesome.io/icons/

    – Kyle

    #56152
    plbenson
    Member
    Post count: 93

    Thanks!

    #56154
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register