Help please, how do I change the colour of the Laybuy next to the logo!

I have a black background and the Laybuy word next to the logo needs to be white. How do I change this?

Link to an item, if you look under the price you will see the laybuy logo but no word as it is black. How do I change this?

https://hypebyte.co.nz/products/ultra-pro-pokemon-playmat-mew?pr_prod_strat=collection_fallback&pr_rec_pid=6921352642765&pr_ref_pid=6921352970445&pr_seq=uniform

@HypeByte - add this css to the end of base.css file and check, it changes logo color too but only option if you are using logo with black text

.laybuy-paragraph img#laybuy-logo.large {
    filter: invert(1);
}

1 Like

Yeah that worked, how do I change it on other aspects of the website? same thing is happening on cart page and checkout etc

@HypeByte - for cart page

.laybuy-paragraph img#laybuy-logo.medium {
    filter: invert(1);
}

checkout page code we can not edit or change as theme file do not have that code, shopify completely controls the checkout page

1 Like

amazing! thanks so much. worked perfectly.

1 Like

@HypeByte - let me know if you need anything else, you have my email below.

Thanks heaps will be in contact if I need anything else