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?
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?
@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);
}
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
amazing! thanks so much. worked perfectly.
@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