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

  • Author
  • #165132
     eosfirst
    Participant

    Okay..I have put this in the CSS on the page and it works well for changing the color of the button on the page.

    .btn.btn-default {
    background: orange;
    }

    However how do it for this color?

    #e67e2

     

     

    #165223
     Laura
    Moderator

    Hello, just place it instead of orange 🙂

    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 🙂

    #165308
     eosfirst
    Participant

    .btn.btn-default {
    background: #e67e22;
    }

    I tried that…it does not work. It has the grey default.

    This is what I get as per the picture attached -nothing. It does not work like it does for the word “orange”.

    Attachments:
    You must be logged in to view attached files.
    #165633
     Laura
    Moderator

    Hello, try

    COPY CODE
    
    .btn.btn-default {
    background-color: #e67e22 !important;
    }
    
    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 🙂

    #165711
     eosfirst
    Participant

    It worked..thanks.

    #165931
     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 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?