Pagination CSS

Posted in: Newspaper
Post count: 1

Hello,

Great template!

Referring to the pagination elements of the blocks of content…

Rather than background color&border color = heading background color on hover, can I set a site wide standard so that it ignores the heading background color and goes a set color on hover?

Many thanks,

Bryan

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option to change the hover color for article title on blocks(it will take the block color), but you can try this custom css to set a general hover color on blocks – http://screencast.com/t/Gzg8ZAXMOkl This will be applied also on modules(archive pages, latest articles)

.td_module_wrap:hover .entry-title a {
color: #4DEC94 !important
}

Also for block pagination(next/prev, load more) try this custom css – http://screencast.com/t/n5mw9UsPMhttp://screencast.com/t/kDV1OiWw

.td-next-prev-wrap a:hover, .td-load-more-wrap a:hover {
background-color: #222222!important;
border-color: #222222 !important;
}

Thanks!

Thanks!

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