x

Gallery Border Colour

Hi

When adding a border to a single image, you have the option to choose between grey and black. But this option doesn't seem to be available for images in a gallery.

Is there anyway to change the border colour in the gallery? I don't mind changing the CSS if someone can helo me with the code I need.

Thanks in advance

1,244 Views
Message 1 of 5
Report
4 REPLIES 4
Square

I"m sure it would be possible with some small CSS tweaks. Is your site live, @theoofoof? If you provide a link to it I'm sure someone can offer a solution.

1,238 Views
Message 6 of 5
Report

1,221 Views
Message 6 of 5
Report

You're looking for the class in my code below, although you can override it without customizing your theme by pasting this into Settings > SEO > header code:

<style>
	html body .galleryImageBorder, html body a .galleryImageBorder
	{
		border-color:#000 !important;
	}
</style>
1,218 Views
Message 6 of 5
Report

thank you for posting that border code - would you be able to help with how to define the thickness of the border? Im sorry My CSS is non existent ;-(  any help much appreicated!! M

1,175 Views
Message 6 of 5
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.