Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #874341

    Hi!

    My website is build with black bg, and Main Content font color: #f5f5f5. Unfortunately this setting will handle the webshop as well, and text on white bg cannot be seen. How to change the webshop font color, both single product and cart etc.

    Thanks and regards!

    #874474

    Hey jockejansson,

    Add the following to quick css:

    .product-template-default p, .product-template-default table{
    color:#000!important;
    }

    Best regards,
    Jordan Shannon

    #874568

    Thanks,

    This did affect the webshop as i wanted, but it also did affect the footer. Would you mind to have a second look?

    Thanks!

    #874607

    I solved the footer with

    #footer .widgettitle {
    color: white;
    }

    But not all text into product items is dark/black. Please have a look again at the site

    #875245

    Hi,

    Add the following to quick css:

    .avia_cart_buttons{
    opacity:1!important;
    }

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.