This topic has 8 replies, 2 voices, and was last updated 8 years by Laura.

  • Author
  • #129899
     carlostinca
    Participant

    Hi,

    We want to change the color and size of the button in the featured pricing table column. The color should be the one that is setted in “Highlight Background Color” in theme options, and the size should be the one in the class “btn-lg”.

    Thanks,

    Carlos

    #129989
     Laura
    Moderator

    Hello, can you share a link to the pricing table and the color codes so i can create the css for you? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #130081
     carlostinca
    Participant
    This reply has been set as private.
    #130082
     carlostinca
    Participant
    This reply has been set as private.
    #130218
     Laura
    Moderator

    Yes you can use it where you want 🙂
    Add this to style.css of child theme, it will apply for all pricing tables

    COPY CODE
    
    .pricing-table .btn-default {
        background-color: #f4524d;
        color: white;
        border: #f4524d;
        width: 200px;
        height: 50px;
        line-height: 2;
        font-size: 20px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #130246
     carlostinca
    Participant

    Hi Laura,

    Thanks! But is there a way to only affect the one that is featured? Or i have to change the code in the theme?

    #130320
     Laura
    Moderator

    Hello, try the following

    COPY CODE
    
    .pricing-table .popular .btn-default {
        background-color: #f4524d;
        color: white;
        border: #f4524d;
        width: 200px;
        height: 50px;
        line-height: 2;
        font-size: 20px;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #131043
     carlostinca
    Participant

    Thanks Laura! That worked.

    #131163
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?