Changing colour of the Post a new listing button

Hi, I’m just trying out Sharetribe trial. Does anyone have a custom script they can share to change the colour of the top right and button to post a new listing. I simply just want to change the hex value of the button so it doesn’t match the colour of my text.

Hey @spence!

To clarify, you’re testing the hosted version of Sharetribe Go (at sharetribe.com), you’re not using the Community Edition on your own servers, right?

If that’s correct, don’t hesitate to contact our team via the chat widget in your Admin panel, we’ll be happy to help!

Hi Thomas, thx for the reply that’s correct. I have contacted the team and unfortunately they don’t know how. I thought someone could help me as doubt it’s more than two-three lines of code to change one button colour. Do you know how?

Oh, sorry to hear that, I thought we had a snippet saved for this already!

You could use:

<style>
.AddNewListingButton_background {
    background-color: #f76c6c !important;
}
</style>

(replace #f76c6c with your own color).

And a reminder: the “Post a new listing” button color comes from the marketplace color, that you can configure from your Admin panel. But if you want to have that button in a different color than your marketplace color, the Custom script above should help :slight_smile:

Awesome thank you Thomas ! Really appreciate it.

Is it possible you could email over any common used custom scripts? I know these are at my own risk. I’m launching in Jan-21, and trying to get everything fit looking as best as possible.

I also want to change the tick colours if there’s a check box, and is it possible in the listing to remove the colon and start text in a new line? For example:

What to expect: The quick brown fox

What to expect
The quick brown fox

Or is that a custom script too far?