ajax pagination

Posted in: Newspaper
Post count: 26

Hi,
On the right column, the ajax pagination arrow hover color remains green whatever I change in the code…

https://zoominvest.fr/2019/02/20/les-impots-directs-ont-augmente-de-25-entre-2010-et-2017/

Here is the code in the widget : [td_block_14 limit=”1″ category_id=”17″ ajax_pagination=”next_prev” pag_h_text=”#ffffff” tdc_css=”eyJhbGwiOnsiZGlzcGxheSI6IiJ9fQ==”]

And the CSS in live CSS:

.td_block_wrap .td-next-prev-wrap{
display: table;
margin-left: auto;
margin-right: auto;
}

Thank you for your help.

Anthony

Post count: 35449

Hi,

Please try this custom css
-> https://www.screencast.com/t/i8dvX8wwFt
.td-next-prev-wrap a:hover, .td-load-more-wrap a:hover, .td-post-small-box a:hover, .page-nav .current, .page-nav:first-child > div, .td_category_template_8 .td-category-header .td-category a.td-current-sub-category, .td_category_template_4 .td-category-siblings .td-category a:hover, #bbpress-forums .bbp-pagination .current, .post .td_quote_box, .page .td_quote_box, a.vc_btn-black:hover, .td_block_template_5 .td-block-title > *, .td_outlined_btn {
background-color: lightgray;
}

Also feel free to change the color from light-gray.

Hope this will help you!
Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.