Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #512087

    hi enfold support

    is it possible or is there an easy way to style the shopping basket price elements as highlighted in the picture file available from

    https://www.dropbox.com/s/axex61eetkv190h/revivalStyle.png?dl=0

    The thing is with enfold it seems to over write the styles of independent plugins.

    I’ve noticed with gravity forms and more recently booking system pro I’ve had to revert a lot of styles to default values. It would be good if the plugins css over writes the enfold stuff for its own use. The reason is when you buy and add a plugin to site running the enfold theme the plugin doesn’t look the way the developer has intended it too look. More recently it has happened with the liqiuida mega menu plugin. The developer is trying his best to solve it.

    Anyway in the mean time id appreciate you helping me in changing the colour of the values highlighted to the colour white.

    If you need you can do a test run by going to revivaltattoos.co.uk/shop/ and going to one of the calendar products, choosing a date and some hours and simply adding to basket to get to the above page shown in the screen shot.

    #512352

    Hey codecreative!

    The area you highlighted in your screenshot is a strong tag but it has an inline style changing the color so it doesn’t seem like a CSS conflict. You can add this to your custom CSS to overwrite it.

    .dopbsp-wc-cart td, .dopbsp-wc-cart td strong {
        color: #888 !important;
    }

    Cheers!
    Elliott

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