This topic has 4 replies, 2 voices, and was last updated 7 years, 7 months ago by fmorenoherrero.
Tagged: color, labora, pagination
Viewing 5 posts - 1 through 5 (of 5 total)
Hi!!!
First of all, thanks for the support. Do you know how to change the color of the pagination in Labora Theme?
I changed the main color of the Theme, but it is still in purple.
Thanks a lot!
Maite
Right now we don’t have such option in theme options you need to write manually. The pagination which you are seeing is from CSS of WooCommerce.
If you can provide us WP Logins to your website with URL then we will change the pagination color.
Make sure you set the post as a private reply so that only admin can see your wp-logins.
Note: Before providing the wp-login to any support staff, kindly please make sure you take a backup of everything including WordPress content, theme options, widgets etc.
Thanks for your answer,
I already wrote the code by myself in the Css of the Labora Child Theme.
/*=== Pagination ==== */
.paging-navigation { margin-bottom:30px; }
.pagination { margin: 10px 0; line-height: 46px;}
.pagination a,
.pagination a:link,
.pagination a:visited,
.pagination a:active,
.pagination span.current {
padding: 8px 14px;
margin: 0 2px;
font-size:16px;
font-weight: bold;
color: #519332;
border: 2px solid transparent;
text-decoration: none;
}
.pagination a:hover, .pagination span.current { border-color: #519332; color: #519332;}
.pagination span.extend { color: #919191; float: right; font-size: 11px; line-height: 35px;}
/*—————————————*/
Yes, that’s it!
Thanks 🙂
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘Pagination old color theme’ is closed to new replies.