aliasali Posted September 1, 2023 Share Posted September 1, 2023 (edited) Hello Friends, How are you all. Where can i find the element.style, the nav.pagination is set to : none We like to the nav.pagination to display: YES We like to see the numbers of the category pages. I hope u can help us. THANK YOU FRIENDS Regards, Aliasali Edited September 1, 2023 by aliasali (see edit history) Link to comment Share on other sites More sharing options...
AddWeb Solution Posted September 7, 2023 Share Posted September 7, 2023 Hi, In theme.css file you might see code something like below nav.pagination { display: none; } Just override the css file and change display: none; to display: block; Thanks! Link to comment Share on other sites More sharing options...
prestahero.com Posted September 13, 2023 Share Posted September 13, 2023 Hello, You can open the theme.css file and add this line to your file: .pagination{display:inline-block!important;} Best regards. Link to comment Share on other sites More sharing options...
aliasali Posted September 13, 2023 Author Share Posted September 13, 2023 Thank you, we have fixed it. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now