Home Forums Pro Themes Education Hub Pro Next and Previous indicators / color change

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #10879
    mleamons
    Participant

    Hello!
    1. Is there a way to remove the “next” and “previous” indicators at the bottom of every post? Or is the only option to put the content on pages instead of posts?
    2. I cannot change the color of the Go to Top mechanism or the slider title box has the same color.

    the website is http://www.greatmiddleschools.org

    Thanks in advance!

    #10898
    wensolutions
    Keymaster

    Hello @mleamons,

    Regarding #1, there are other pagination options available that you may wish to try from Appearance -> Customize -> Theme Options -> Pagination Options. However, if you still want remove then you can do this simply using the following Custom CSS code

    .site-main .posts-navigation{
    display:none;
    }

    Regarding #2, you can change the Go to Top icon color from Appearance -> Customize -> Colors Options -> Go to Top Color Options

    Hope these tricks will help you solving your current queries.

    Thanks

    #10999
    mleamons
    Participant

    Hello, neither of those options are working – I added the css as well as changed the colors in the go to top color options, and the pagination is still there, as well as the go to top indicator is still yellow. Is there another option to trouble shoot?
    Thank you!!

    #11006
    mleamons
    Participant

    I was able to remove the pagination through the WP-PagNavi plugin, still no luck on the go to top color.

    #11010
    mleamons
    Participant

    I was able to change the colors through the theme editor.
    Thank you.

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