Home Forums Pro Themes Pet Business Pro Price Section Title & Subtitle Colors

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #170713
    John Barbagallo
    Participant

    I would like to change the default color of the Price Section Tittle and Subtitle colors. Could you please provide the css?

    #170760
    Psink
    Keymaster

    Sorry for the late follow-up. Here is the CSS to change the color of the title and subtitle

    
    
    #pricing-table .section-title {
        color: #0037ff;
    }
    
    #pricing-table .section-subtitle {
        color: #d7e0ff;
    }
    

    you change the color code as per your requirement

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