maisaguam Posted February 8, 2021 Posted February 8, 2021 Site URL: http://www.shopmaisaguam.com Anyone have a code to change the color of the logo on the shopping cart page? Our homepage logo is white so that it stands out against the header photo, so we're using a code to change the color of the logo on the other pages to the brown. Don't know why this isn't carrying thru to the shopping cart...
tuanphan Posted February 9, 2021 Posted February 9, 2021 Add to Design > Custom CSS body#cart header#header img { filter: invert(1); } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
maisaguam Posted February 9, 2021 Author Posted February 9, 2021 1 hour ago, tuanphan said: Add to Design > Custom CSS body#cart header#header img { filter: invert(1); } Hi Tuan! You always pull through for the community here, so thank you! I already tried this code but it inverts the color from white to black. I'm looking to change the color from the current white to the brown that is shown on all other shop pages.
tuanphan Posted February 13, 2021 Posted February 13, 2021 On 2/9/2021 at 9:20 PM, maisaguam said: Hi Tuan! You always pull through for the community here, so thank you! I already tried this code but it inverts the color from white to black. I'm looking to change the color from the current white to the brown that is shown on all other shop pages. Try this new code /* Cart page - new logo */ body#cart { .header-title-logo img { visibility: hidden; } .header-title-logo a { background-image: url(https://beaverhero.com/wp-content/uploads/2019/07/coffee-beans-1082116_640-min.jpg); background-size: cover; background-repeat: no-repeat; background-position: center center; } } Replace beaverhero with new logo url Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.