Hello, I love your Salient theme! Two issues I need to resolve before going live:
1. I want to remove the "view larger" button from my portfolio subsection thumbnails. When I enter the css code you've posted in a number of other threads, the"view larger" button disappears and the "more details" button is centred, but it disables the gallery slider.
2. Under each portfolio image I have a title, and a smaller caption underneath. Which header number do I need to edit in the typography section to increase the font size and reduce the vertical line spacing (leading)? Thanks!
Hello, I love your Salient theme! Two issues I need to resolve before going live:
1. I want to remove the "view larger" button from my portfolio subsection thumbnails. When I enter the css code you've posted in a number of other threads, the"view larger" button disappears and the "more details" button is centred, but it disables the gallery slider.
2. Under each portfolio image I have a title, and a smaller caption underneath. Which header number do I need to edit in the typography section to increase the font size and reduce the vertical line spacing (leading)? Thanks!
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.portfolio-items .col .work-item .work-info a.default-link:first-child { display: none !important; } .wpb_gallery .portfolio-items .col .work-item .work-info a.default-link:first-child { display:inline !important; } .wpb_gallery .portfolio-items .work-meta p { line-height: 17px !important; font-size: 15px !important; } .wpb_gallery .portfolio-items .work-meta h4 { font-size: 18px !important; line-height: 26px !important; }Bes.t
Salient Support Team
Worked like a charm. Thanks so very much!
Hi, how do I change the size of the portfolio grid thumbnail?
Thanks!
Hey Again,
You can change it in here :
Salient Support Team