Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
just switching from CE3 to CE4 and can't find where to style pagination? Background color, alignment, etc...?
Offline
color for text and hyperlinks is controlled in Typography, the rest can be styled with custom css.
for the background, try:
.pagination {
background-color: red;
}
for alignment, try:
.pagination ul.page-navigation {
float: left;
}
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks for the reply. I don't mind jumping into the css but in CE3 this was controlled in the LR interface Pagination tab? Not so with CE4? Thanks again for your help.
Offline
Streamlining! Having so many UI elements for the pagination bar seemed superfluous. So far, you're the only person that's brought it up, so I think I was right to scale back there.
Offline
Thanks for the help. In the block my Page Copy(content description) now only appears on first page? if there are more than one page. Any way to make the Page Copy appear on all pages like in CE3?
Offline
no, it doesn't look like you can do that in a regular gallery (uploaded via ftp). But if you use Publisher, the block text appears in all pages.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
It always bothered me that the description appears on all pages, so I was pretty happy to have figured out how to prevent that happening. I could perhaps make it an option in a future update.
Offline
Thanks for the info. Just getting into CE4 and really liking the changes. But trying to keep it consistent with the old look. The new mobile options and layouts are awesome!
Offline
Pages: 1