This topic has 8 replies, 2 voices, and was last updated 9 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
    #130081
     carlostinca
    Participant

    Hi Laura,

    Sure!

    http://www.ripioturismo.com
    User: seventh
    pass: seventh1234

    The link that we are using the pricing is: http://ripioturismo.com/?p=6594&preview=true

    It is in draft, thats why i give your the admin credentials.

    Also, we want this options to apply in all of our next tours we will use it, can we add that code you will create in Theme Options?

    Thanks!

    #130082
     carlostinca
    Participant

    Can you change the last post as private Laura? I forgot that.

    Also i changed the password for security: now it is seventh6921.

    Thanks!

    #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
    #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
    #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
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?