Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #599671
    Marbergs
    Participant

    Hey! Is it possible to change color of the price in a pricing table (cornerstone) ? I want it red instead of blue 🙂

    tnx!

    #599849
    Christian
    Moderator

    Hey there,

    Yes. Please give us the URL of the page you’re setting up so we could give you the right solution.

    Thanks.

    #600241
    Marbergs
    Participant

    https://bymt.se/webbpaket/
    Here is the page where the pricing table is 🙂
    Scroll down and you will see the pricing table!

    Another question, how do I change to a custom icon at a feature list? Like on this page: https://bymt.se/skapa/

    tnx!

    #600249
    Rupok
    Member

    Hi there,

    Thanks for updating.

    You can add this to your custom CSS to change the pricing table color –

    /* header color*/
    
    .x-pricing-column h2 {
      color: red;
    }
    
    /* price color */
    
    .x-pricing-column-info .x-price {
      color: red;
    }
    
    /* price info color */
    .x-pricing-column-info span {
      color: red;
    }
    
    /* List text */
    
    .x-pricing-column-info ul, .x-pricing-column-info ul > li {
      color: red;
    }

    All classes are broken down so that you can place different color for different text if you need.

    Hope this helps.

    Cheers!

    #600424
    Marbergs
    Participant

    Thanks, worked perfectly 🙂

    #600493
    Nico
    Moderator

    You’re most welcome.

    Have a great day! 🙂

  • <script> jQuery(function($){ $("#no-reply-599671 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>