Hey Anne-lys87,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.main_color.avia-fullwidth-portfolio .pagination {
background-color: #28343c;
}
Best regards,
Yigit
Yes this code is working, thanks a lot. At the homepage it is good now.
The same I want to have at the project page. Now, the pagination have a white background and they only show the numbers if I will have the cursor there. Please have a look at: https://lichtsinnich.nl/portfolio/
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.pagination .current, .pagination a.inactive {
background-color: #ff8205!important;
}
Best regards,
Yigit
Hello Anne-lys87,
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS or to your child themes style.css file.
.pagination-wrap nav.pagination .inactive {
background-color: #28343c !important;
}
.pagination-portfolio .pagination span {
background-color: transparent !important;
}
Thank you.
Thanks a lot. The background now have the good colour. Only,they get white when that page is active. When it is white, the numbers are not shown. They background must be have the same colour, also when the pagination is active.
Hello Anne-lys87,
try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS or to your child themes style.css file.
nav.pagination .current {
background-color: #ff8205 !important;
}
Thank you
Thanks a lot!