Button text and prices not showing on live sitebut do show on Theme settings - HELP!

Hi Guys

So for some reason the prices show on my theme settings but not on my live site - They seem to appear then a second later they disappear. See screenshots

Also for some reason now my button text is not showing on my live site as per 1st attachment however it does show on my theme settings as per 2nd attachment!

I have had nothing but problems since updating my theme! Any ideas? https://littlemissyshirts.com

1 Like

@LittleMissy

Please add the following code at the bottom of your assets/styles.scss.liquid file.

.product-details .price {
    color: #f25c54 !important;
}

.homepage-slideshow a.highlight-true, .homepage-slideshow input[type=button].highlight-true {
    color: #333 !important;
}

Thanks!

@LittleMissy

Please remove this css and this new css class

.product-details .price, .money, was_price, .current_price {
    color: #f25c54!important;
    display: block !important;
}
.homepage-slideshow a.highlight-true, .homepage-slideshow input[type=button].highlight-true {
    color: #333 !important;
}
1 Like

@dmwwebartisan - OMG you seriously are a genius!!! I wish I knew how to do all this coding!

I really really aprreciate all of your help - You are fantastic!

@LittleMissy

Thanks!

1 Like

@dmwwebartisan - Already accepted and liked and it was EXTREMELY helpful!