I have a few questions in relation to styling of the Portfolio module:
1) I would like to hide the date / client site / category / tags headings from the detailed view
2) I need some CSS to change the colour of the load more/filter buttons - ideally to the same grey/yellow on my website
3) Can you darken the filter over the images when you hover so text is more readable?
4) Can you slow the hover effect so it's not so jumpy?
5) Is there a way to disable lightbox or add more than one image to each item?
Hi Tom Barber
Thank you for feedback us
1: with problem hide date, client site, . . .
Please go to back-end -> global configuration -> Jux Portfolio pro -> tab Advanced -> custom css and add code:
.jux-more-data{
display:none;
}
prnt.sc/hdlyf3
2: with problem change color load more
Please go to back-end -> global configuration -> Jux Portfolio pro -> tab Advanced -> custom css and add code:
filters ul#filter .active {
color: #af9fa0;
}
.jux_portfolio_pro_modules .jux_portfolio_pro-load-more a {
background-color: #af9fa0;
}
with #af9fa0 is color you want
3: with problem darken the filter over the images
You have a darker background color ? I wil customize it for you
4: Want slower hover effects?
I wil customize it for you
5: I can just turn off the lightbox for you !
Please give me link your site and your account of administrator via private message or mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you soon
Thanks