Useful CSS to customise the LOAD MORE text
-
Thanks to Mike for this great plugin.
I thought I would share my CSS that might be useful to others – turns the LOAD MORE text (ajax option) into a large button. Obviously you can customise this to suit your site.
Feel free to share your own CSS here, for the button or anything else. ??
/*------------------------------------------------*/ /*---------------[WP TILES]-----------------------*/ /*------------------------------------------------*/ /* LOAD MORE button */ .wp-tiles-pagination-ajax { line-height: 60px; font-size: 2em;} .wp-tiles-pagination-ajax a { color: white; font-weight: bold; background-color: rgba(0,0,0,0.8); padding: 0px 8px 4px 8px; border: 2px solid white; transform: initial; -webkit-transition: all 0.2s ease;} .wp-tiles-pagination-ajax a:hover { color: rgba(0,0,0,0.8); background-color: white;}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Useful CSS to customise the LOAD MORE text’ is closed to new replies.