Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #524039

    Hello Enfold Team.

    I am very happy with the posibilities of enfold and te incredible help because i am not a webdeveloper, but shop owner.

    I have instald the quotation plug from woocomerce, but the buttons of the quote request get the the color of the theme.
    There is one option to set the colors of the buttons in the plugin options, but this only affects the buttons on the product- and shoppages, not in the theme pages.

    I copied and past some of the code from my browser and got it fixed, but now all the shop buttons are black. Im shure i am not doing the right thing?? I think a have to many code copied….can you please help me out.
    Referal page : http://www.celebrationevents.nl/licht-en-geluid-verhuur/geluidsinstallatie-huren/

    This is the code a have copied into the Quik CSS to get the buttons in black
    .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type=’submit’], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .iconbox_top a.iconbox_icon:hover, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2, #top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text, .main_color .av-colored-style .av-countdown-cell-inner, .responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover, #top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover
    { background-color: #111111;}

    #524638

    Hi Gilbert,

    I’m not sure I understand what you mean, is the problem that the buttons are black? If so you can change the colour by changing this in you code: background-color: #111111; to for instance: background-color: red;

    Regards,
    Rikard

    #524759

    Hello Rikard,

    I thanxs for your reply.

    The code affected more buttons then needed. I only want to change the color of the “offer request buttons”
    I removed the code from css. Can you provide me te code to change the buttuns color. (if posible also center alignment)

    Please see page : http://www.celebrationevents.nl/licht-en-geluid-verhuur/geluidsinstallatie-huren/ the buttons are now in the theme colors

    Thanxs one again.

    #525296

    Hi,

    Please try this instead:

    .add-request-quote-button {
    background-color:red !important;
    }

    Thanks,
    Rikard

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