Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #679623

    Hello. Is there any way to have a message automatically displayed above the pagination buttons that are shown at the bottom of a blog feed? I would like to put something like “Click below to view more blog posts”. Please let me know.

    #680535

    Hey ACNLatitudes,

    Could you post a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #681516

    Hi Rikard,

    Sure. Please scroll down to the bottom of this page and you will see the pagination to go to page 2.

    We have already adjusted the css to try to make it stick out a little more (people were often overlooking that there was a page 2 option). We would like to put some text right above the pagination to make it stick out more to our visitors.

    Thanks!

    #682655

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .pagination a:after {
        content: 'Here goes my text';
        position: absolute;
        margin-left: 30px;
    }
    

    Best regards,
    Yigit

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