Post Block Pagination Typography selector does not affect button text
-
Hi @fauzanjegstudio,
I found a small issue in
class/elements/options/class-post-block-option.php.The
st_pagination_typographycontrol uses this selector:.jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-pagination-button buttonIn my setup, Typography settings do not affect the pagination button text because the styles are applied to
.jkit-pagination-buttonrather than the nestedbutton.Changing the selector to include
.jkit-pagination-buttonfixes the issue:'selectors' => '.jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-pagination-button button, {{WRAPPER}} .jeg-elementor-kit.jkit-postblock .jkit-block-pagination .jkit-pagination-button',After applying this locally, the Typography control works as expected.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.