Page numbers are disappeared

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #519
    Anonymous
    Guest

    I can see only 10 first posts and have no ability to navigate to the next posts There are no navigation buttons or ‘older post button’. Could you please tell me how to activate it?

    #1340
    Anonymous
    Guest

    ok, i’ve fixed this. but now i can see little text link ‘older posts’. Can I customize it somehow? I’d like to get button or something, because that text is not very visible for site visitors

    #1341
    admin
    Participant

    Hello,

    Can I customize it somehow?

    Yes, you can customize the look and feel of navigation links. Please follow the simple steps,

    – Go to `Appearance > Customize > Theme Custom CSS`
    – You can override the theme style of Paging Navigation here.
    – Example…

    .paging-navigation .nav-links a {
    font-size: 22px;
    font-size: 2.2rem;
    }[/CODE]

    [B]I’d like to get button or something, because that text is not very visible for site visitors[/B]

    Now, you can style the Paging Navigation links to anything you want with the help of Theme Custom CSS.

    Thanks[CODE].paging-navigation .nav-links a {
    font-size: 22px;
    font-size: 2.2rem;
    }[/CODE]

    I’d like to get button or something, because that text is not very visible for site visitors

    Now, you can style the Paging Navigation links to anything you want with the help of Theme Custom CSS.

    Thanks

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