"We are revamping our Knowledge Base articles to serve you better. In case you find something unusual, do not panic. Reach out to our Support Team by submitting a ticket if you ever need some help.”
  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?

DF Black Trimmed

ANNOUNCEMENT:
Our Knowledge Base articles are undergoing a comprehensive overhaul to enhance your experience.

If you encounter any unexpected issues or irregularities, feel free to connect with our Support Team by submitting a support ticket for prompt assistance.
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