Comments 3patrickcorleyjack started the conversationOctober 27, 2021 at 12:51pmCan you tell me:1. How to get rid of the grey backgroung behind image captions2. Then, how to make the cation text line up with the left hand edge of the image3. And, can I put a white boarder around the image (this is because I might back the background a very light grey)Many thanks . . . . 1,558Laborator repliedOctober 28, 2021 at 6:59amHi there,Add the following CSS to Custom CSS to make the changes in your portfolio item page: .single-portfolio-holder .gallery.captions-below .caption { padding-left: 0px; background: transparent; } .portfolio-holder .portfolio-item .video-js-el, .single-portfolio-holder .gallery .photo img { border: 1px solid #FFF; } Best regards,Laborator Team Documentation Join Kalium Users Group 3patrickcorleyjack repliedOctober 28, 2021 at 9:01amCheers Art . . . Another question - can I get rid of the boxes and the 'previous' 'next' text . . . so that we just leave the arrows?See attachement. Cheers 1,558Laborator repliedOctober 28, 2021 at 12:08pmHi again,Add this CSS to Custom CSS: .single-portfolio-holder .portfolio-big-navigation a .adjacent-post-link__text { display: none; } .single-portfolio-holder .portfolio-big-navigation a { display: none; } Best regards,Laborator Team Documentation Join Kalium Users Group1 Like 3patrickcorleyjack repliedOctober 29, 2021 at 2:54pmYes, this almost worked . . . I changed it to this and it worked: .col-xs-2.text-on-center { visibility: hidden; } .single-portfolio-holder .portfolio-big-navigation a .adjacent-post-link__text { display: none; }1 Like Sign in to reply ...
Can you tell me:
1. How to get rid of the grey backgroung behind image captions
2. Then, how to make the cation text line up with the left hand edge of the image
3. And, can I put a white boarder around the image (this is because I might back the background a very light grey)
Many thanks . . . .
Hi there,
Add the following CSS to Custom CSS to make the changes in your portfolio item page:
Best regards,
Laborator Team
Cheers Art . . .
Another question - can I get rid of the boxes and the 'previous' 'next' text . . . so that we just leave the arrows?
See attachement. Cheers
Hi again,
Add this CSS to Custom CSS:
Best regards,
Laborator Team
Yes, this almost worked . . . I changed it to this and it worked: