How to seamlessly make changes across styling

Home Forums Legacy Support Support queries Styling issues How to seamlessly make changes across styling

Tagged: , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #39836
    TestclueDev
    Participant
    Hello, We have ongoing styling and I am not sure why main page have orange colors on footer buttons and the rest of pages have white styling, we are using Modern Child theme. Here are screen shots. http://mavrike.com/shop/ http://mavrike.com/product-category/basic/ http://mavrike.com/product-category/combos/ http://mavrike.com/product-category/subscription/ Any idea would be useful. Regards, Cosmin
    #39971
    H.K. Latiyan
    Participant
    If you want that orange color on all pages, use this custom css:
    .woocommerce input.button {
    background-color:#fa7252;
    color:#fff;
    }
    If you just want to change the orange color to match the rest of your site, then don't use the above css instead use this custom css:
    .home input.button.primary {
    background-color: #ebe9eb;
    color:#000;
    }
    #40675
    TestclueDev
    Participant
    Hello, This did not helps at all. http://mavrike.com/product-category/combos/ I have added the following suggested code. And the page is dislplayed same. It seems the colors are disabled on that page: http://prntscr.com/antnno .
    #40787
    H.K. Latiyan
    Participant
    Please use this css in your wp-admin->appearance->customize->custom css:
    .woocommerce input.button.primary {
    background-color: #ebe9eb;
    color:#000;
    }
    #40981
    TestclueDev
    Participant
    I did this, we want it orange btw. http://prntscr.com/ao8cp3
    #41010
    H.K. Latiyan
    Participant
    It was orange earlier, remove my css it is orange only.
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to seamlessly make changes across styling’ is closed to new replies.