• Hi there,

    I am looking to change the colour of the pricing using custom CSS.

    Does anyone know of a way to do this?

    I have tried using this code, but it does not work:

    .thim-course-grid .course-item .thim-course-content .course-meta>div.course-price .value{
    		color: #ec0e18 !important;

    }

    I can’t work out what I am missing.

    Any help is very much apprecaited.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi, @laurabizzle

    Try this:

    .thim-course-landing-button .course-price .value, body .learn-press .course-payment .course-price .value {
        color: #ec0e18 !important;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Pricing Colours’ is closed to new replies.