Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #893161

    Hello,

    I don’t know why but all the border elements of woocommerce are now declared #FFF.
    Table, input fileds ecc…

    Is something changed since the last update?
    Thanks

    #893166

    Hey blinkerart,

    Can you post a link to the page mentioned? so we can take a closer look.

    Best regards,
    Nikko

    #893183

    Now I override them with my css, but this is not a solution because probably there are more that I still not find:

    #top .main_color .input-text, #top .main_color input[type=’text’], #top .main_color input[type=’input’],
    #top .main_color input[type=’password’], #top .main_color input[type=’email’], #top .main_color input[type=’number’],
    #top .main_color input[type=’url’], #top .main_color input[type=’tel’], #top .main_color input[type=’search’],
    #top .main_color textarea, #top .main_color select, #top .select2-search input[type=’text’],
    .main_color table, .main_color th, .main_color td, .main_color tbody, .main_color tfoot, .main_color thead,
    .main_color div#payment { border-color: #e1e1e1; }
    .main_color #payment li { background-color: #f2f2f2; }

    it looks like was the file woocommerce-mod.css that set to border white to a lot of things. Is that possible?
    thanks

    #893208
    This reply has been marked as private.
    #893967

    Hi,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .inner_product.main_color {
        border: 0 !important;
    }

    Also, can you try disabling css minification and flush out the cache, this might help fix the issue.

    Best regards,
    Nikko

    #894308

    Hello Nikko,
    it is not working.

    I fixed by myself some css, but the product box (as you can see from the link) have still issue.
    This problem it is happening only to me or also to all other Enfold with WooCommerce installed?

    thanks

    #894556

    Hi,

    The border looks gray. Did you figure this out? Please try the following css code.

    #top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select, #top .select2-search input[type='text'], .main_color table, .main_color th, .main_color td, .main_color tbody, .main_color tfoot, .main_color thead, .main_color div, .main_color div#payment {
        border-color: #e1e1e1;
    }

    Best regards,
    Ismael

    #894620

    Hello ismael,
    thanks for support.

    It is grey because I have overridden with my custom css.
    I only would like to know if the property border-color #ffffff is set from the new version of Enfold for some reason.

    thanks

    #894822

    Hi blinkerart,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #895131

    yes, but has the last version of Enfold changed the css of WooCommerce?

    #895585

    Hi,

    The css declaration comes from a minified stylesheet so I’m not really sure which file is responsible for the white border. Please disable the minification then we’ll check it again.

    Best regards,
    Ismael

    #895600
    This reply has been marked as private.
    #895606

    Hi,

    It is set in the theme’s General Styling > Main Content panel > Primary color option. This option affects the default “li” tag which is what a product item is.

    .main_color, .main_color div, .main_color header, .main_color main, .main_color aside, .main_color footer, .main_color article, .main_color nav, .main_color section, .main_color span, .main_color applet, .main_color object, .main_color iframe, .main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6, .main_color p, .main_color blockquote, .main_color pre, .main_color a, .main_color abbr, .main_color acronym, .main_color address, .main_color big, .main_color cite, .main_color code, .main_color del, .main_color dfn, .main_color em, .main_color img, .main_color ins, .main_color kbd, .main_color q, .main_color s, .main_color samp, .main_color small, .main_color strike, .main_color strong, .main_color sub, .main_color sup, .main_color tt, .main_color var, .main_color b, .main_color u, .main_color i, .main_color center, .main_color dl, .main_color dt, .main_color dd, .main_color ol, .main_color ul, .main_color li, .main_color fieldset, .main_color form, .main_color label, .main_color legend, .main_color table, .main_color caption, .main_color tbody, .main_color tfoot, .main_color thead, .main_color tr, .main_color th, .main_color td, .main_color article, .main_color aside, .main_color canvas, .main_color details, .main_color embed, .main_color figure, .main_color fieldset, .main_color figcaption, .main_color footer, .main_color header, .main_color hgroup, .main_color menu, .main_color nav, .main_color output, .main_color ruby, .main_color section, .main_color summary, .main_color time, .main_color mark, .main_color audio, .main_color video, #top .main_color .pullquote_boxed, .responsive #top .main_color .avia-testimonial, .responsive #top.avia-blank #main .main_color.container_wrap:first-child, #top .main_color.fullsize .template-blog .post_delimiter, .main_color .related_posts.av-related-style-full a {
        border-color: #ffffff;
    }

    Best regards,
    Ismael

    #895618

    thanks so much, great!

    #895998

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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