1. Home
  2. How to change the Pagination Background bar when using Advanced Post module

How to change the Pagination Background bar when using Advanced Post module

How to change the Pagination Background bar when using Advanced Post module

Currently, there's no native option to change the pagination bar color when using an Advanced Post module. However, as a workaround, we can change it through custom code which will be discussed in this guide.

Monosnap Blog post - DF Triage 2023-08-05 03-47-01

Step 1: Add a custom Post Code under the Class section

From the Advanced Post Module settings > Advanced > Class , add the below code:

custom_post_class

and hit save.

Monosnap Blog | Sales Funnels Builder | Huntington Beach 2023-08-05 04-00-06

Step 2: Go to the Layout CSS & Javascript inside the page builder

Monosnap Blog | Sales Funnels Builder | Huntington Beach 2023-08-05 04-09-56

Step 3: Add this custom CSS Styling code

Note: You will need to determine the hex/color code of the desired background color you'd like to have for example the color code for Red is FF0000

.custom_post_class .page-numbers{
background-color: #FFFFFF;
border: 1px solid #c83eb0;
}

.custom_post_class .page-numbers:hover{
background-color:#bd3c89;
}

Monosnap Blog | Sales Funnels Builder | Huntington Beach 2023-08-05 04-18-03

Step 4: Make sure to Save and Publish the page

Was this article helpful?
Join our Slack Workspace

Join the DropFunnels Slack Workspace and get access to the DropFunnels team, other DropFunnels members, twice-weekly support calls and more!

Join our Slack Workspace

Become A DropFunnels Wizard


Complete our Fast Start Training and learn everything you need to know to launch your first or next funnel.

From Lead Capture to Products, Courses to Blogs, this easy-to-follow training covers it all.

We’ll even give you $50 credit for completing the training!


Become A DropFunnels Wizard

Need Support?


We’re available 24 hours a day from Monday to Saturday. We aim to respond to tickets within 2 hours during operating hours.

Submit A Ticket