Change pricing feature color

hello :slight_smile: can you please tell me how to show the blue featured pricing like this one -

on this one box is selected but showing in dark gray I am not sure why. (Selected for both Leader and Boss levels) https://www.businessbackpacker.com/online-business-membership-sites/

Thanks!!

Hi @businessbackpacker,

Thank you for reaching out to us. It seems like the custom code to change the color of featured box is added in that page only, to make this change global, please add the following code in the Theme Options > CSS:

.x-pricing-column.featured h2 {
    background-color: #02aed4;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Ok great thanks. I’m also having a huge bounce rate and page load speed is several minutes. Do I need to somehow update my child theme so it works better with the new X theme 7.0 updates? Having same problem on other x then sites getting errors that there are no header or footer codes so I added some in and still painfully slow.

Hello @businessbackpacker,

Can you please update to the latest versions first?
Our latest versions are:

  • X theme 7.1.2
  • Cornerstone 4.1.2

This latest release contains fixes for several issues so be sure to check out the changelog (http://theme.co/changelog/).

After doing the updates, always remember to clear all caches (if you are using WP Rocket, WP SuperCache or W3 Total Cache) when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.

You do not need to update the Child theme. Just the parent themes.

Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.