• Resolved kidson

    (@kidson)


    Hi ATUM Team,

    I want to customize Atum central with CSS to color out of stock products in red or make them flash

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Jose Andres Piera

    (@japiera)

    Hi @kidson,

    Thanks for your post.

    Sorry, where is your question? You can edit your child theme’s style.css file to add the CSS rules you want.

    FYI, ATUM settings also offer an option to customize the colours shown in the ATUM Interface. Please, read this article. However, I don’t think these settings can help you with what you want.

    Best Regards,
    José Andrés.

    Plugin Author Jose Andres Piera

    (@japiera)

    Hi @kidson ,

    I gave you the wrong response because admin-side CSS can’t be customized by modifying your child theme’s style.css file. My apologies.

    Unfortunately, that would require some custom coding, which is out of the scope of our support. I’m sorry.

    Best Regards,
    José Andrés

    Thread Starter kidson

    (@kidson)

    Hi,

    thank you so much for your answer. I understand what you say.

    Thread Starter kidson

    (@kidson)

    Hi,

    please can i have the css class of the label “Out of stock”?

    Plugin Author Jose Andres Piera

    (@japiera)

    Hi @kidson ,

    Do you mean the tip shown when hover the red cross icon?

    If so, something like this CSS selector should work:

    .calc_stock_indicator.cell-red .atmi-cross-circle

    Best Regards,
    José Andrés

    Thread Starter kidson

    (@kidson)

    Hi,

    thank you so much !

    Thread Starter kidson

    (@kidson)

    please what type of row contain it ? (<div>, <tr>, <td>, or <span>)

    Plugin Author Jose Andres Piera

    (@japiera)

    Hi @kidson ,

    I think it would be better for you to contact a developer to assist you. You don’t need the HTML tags to apply the CSS (indeed, it isn’t recommended to use them).

    I include the previous CSS selector with its HTML tags, but please, note that it may not have enough ‘weight’ to change what you want. You should be able to get the HTML entities and add more ‘weight’ to the selector by inspecting the Stock Central’s HTML code.

    td.calc_stock_indicator.cell-red span.atmi-cross-circle

    Please, note that I already told you that we don’t provide this kind of support, so please don’t ask for further explanations about this selector.

    Best Regards,
    José Andrés

    Thread Starter kidson

    (@kidson)

    Hi,

    okay thank you. And sorry for my question !

    Plugin Author Jose Andres Piera

    (@japiera)

    Hi @kidson ,

    No probs, you’re welcome.

    Best Regards,
    José Andrés

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