Hi how can I get this working: http://nl.tinypic.com/r/2ykc0aw/8
a) get a overlay over portfolio items with a image saying this item is new
b) get the page numbers aligned in a centered way instead of left aligning, this includes the disappearance of the meta pagination (page 1 of 2) for this I addes the Quick CSS:
span.pagination-meta {display: none;}
Thanks for helping me with this!
Jolanda
Hi Jolanda!
Can you post a link to your website? what have you done so far?
Regards,
Josue
Hi!
For the navigation, add this:
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
float: none !important;
display: inline !important;
}
Regarding the other request i think the fastest and easiest approach would be to including that ‘new’ sticker in the actual image.
Best regards,
Josue
Hey Jolanda!
I forgot one part in the code, this should do it:
.pagination{
text-align: center;
}
#top .pagination .current, #top .pagination a, #top .fullsize .template-blog .pagination a {
float: none !important;
display: inline !important;
}
Result:
Best regards,
Josue
Beautiful Josue, that did the trick!
Hi Josue,
Shall I make a new ticket for the overlay or can you help me with that last question as well?
Thanks,
Jolanda
Hi Jolanda!
I suggested to edit the actual image to add the sticker, although is possible to create some functionality on the backend to add it dynamically that would require a deep modification to the theme files and unfortunately we can’t cover that.
Best regards,
Josue
ok suggestion is accepted by the customer, thanks!
You are welcome, glad we could help :)
Regards,
Josue