New to Formidable forms, have a question about styling the previous, next arrows on view pages - see attached.
Can anyone help please, I have exhausted my searching on the subjected.
Thanks.
It's not really a Formidable, but rather a CSS thing. Also, it depends on what you mean by styling it. I suggest using the browser developer tools (F12) and inspecting the items on that page to see what you can do. I quickly did that and noted that the >> itself is "hardcoded", but there is a style to it, so you can make changes, but again, it depends on what changes you want to make.
Thanks, but this must be a basic requirement other users have implemented. You can style so much through Formidable I would have thought there was someone who has already done this?
There's no documentation for this in the knowledgeable, but there are filters you can use to modify a view's pagination output: apply_filters( 'frm_next_page_class', '', $atts ) and apply_filters( 'frm_next_page_label', '»', $atts ). These can be found in plugins/formidable-views/classes/views/displays/pagination.php.
My coding is minimal, so I haven't been able to progress any further.
I suggest reaching out to a developer for this issue. It'd likely be a good idea to establish a relationship to help you with issues that are outside your comfort zone. https://formidable-masterminds.com/developers-directory/
Please login or Register to submit your answer