Button Back Colours

Posted in: Newspaper
Post count: 80

Hi Guys

I am using a Gallery Customer Links plugin that allows me to link a URL to a photo within a gallery.

It works brilliantly as shown here https://www.tinystepsbabyclub.co.uk/mealtime-essentials-checklist/

I’d like to change the button (Shop) background colour from blue to my brand colour.

Is there a way I can do this within theme panel? There are no settings in the plugin to change button colours.

Thanks!
Sarah

Post count: 27744

Hello Sarah,

I saw you use a plugin for the shop, so to change the color you need to use custom code CSS like this https://www.screencast.com/t/SorYcn8HY

.blocks-gallery-grid .blocks-gallery-item a.custom-link-button {
background: #f29bcb!important;
}

Set the code in theme panel> custom code> custom css.

Thank you!

Post count: 80

Thank you so much Anamaria – that’s worked brilliantly!

Is there any code I can use to lower the SHOP box’s slightly from below the products as they could do with some padding?

Thanks
Sarah

Post count: 27744

Hello,

Please add to the code provide above this line of code -> https://www.screencast.com/t/cfxx00aR -> https://www.screencast.com/t/NCs46kt8

bottom: -15px!important;

Thank you!

Post count: 80

Thank you so much Anamaria! 🙂 Looks amazing and works brilliantly.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.