• Resolved roberto1977

    (@roberto1977)


    Hi, I’ve free version and this plug-in is awesome!! I trying to customize some field in the order detail. I’ve used thid code in general\css

    .yaymail_item_subtoltal_title {
    background-color: #539ba9!important;
    color:#ffffff!important;
    }

    In preview mode work fine, but if I simulate an order my code is ignored in the email I receive

    At the same way I try to change via css color and size ONLY for price order amount but
    without success. This is the code that I’ve used:

    span.woocommerce-Price-amount.amount {
    color:red!important;
    font-size: 16px;
    }

    Last but not least I can’t modify quantity title input text: I want to insert “Q.tà” but every time I make a change the input text does not change.

    Can you help me?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @roberto1977 ,

    Thanks for using YayMail!
    I will consult with our developers and feed you back as soon as possible.

    Please anticipate!

    Kind regards,
    -Bruce-

    Thread Starter roberto1977

    (@roberto1977)

    Hi Bruce
    thx in advance for your reply ??

    About my last question, I’ve also used this code but without success

    .yaymail_item_quantity_title {
    word-spacing: -999px;
    letter-spacing: -999px;
    }

    .yaymail_item_quantity_title:before {
    content: “Q.tà”;
    visibility: visible;
    word-spacing: normal;
    letter-spacing: normal;
    text-align: center;
    }`

    In preview mode work but not if I try really to place an order

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @roberto1977 ,

    Our developers confirmed the availability of some bugs and they would be fixed in new version.

    New version will come soon, so anticipate!

    Thank you.

    Kind regards,
    -Bruce-

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi @roberto1977

    It has been fixed, please try the latest version.
    Let us know if it helps.
    Cheers!

    Thread Starter roberto1977

    (@roberto1977)

    Hi, I’m sorry for the delay in replying

    So, if I edit the field in the order detail works well … but when I come back to wordpress dashbord I lose any customization.

    I’ve the same problem when I copy the template to another template

    Thanks in advance

    Plugin Author YayCommerce

    (@yaycommerce)

    Hi @roberto1977

    Please reset the template and try again.
    Let us know if it helps.
    Cheers!

    Thread Starter roberto1977

    (@roberto1977)

    Hi, I had forgotten to write it but if I reset the problem ramains

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @roberto1977 ,

    In this case, please reach out to us for Teamview check please:
    https://yaycommerce.com/support/

    Thank you!

    Kind regards,
    -Bruce-

    Hi theere,

    I have similar problem with CSS.

    I try to ad some code in general CSS wich is a href … and I put the class=”menu-link”:

    .menu-link:link {
      color: blue;
      text-decoration: none;
    }
    a:visited {
      color: blue;
      text-decoration: none;
    }
    a:hover {
      color: red;
      background-color: transparent;
      text-decoration: underline;
    }
    

    But when I send the email in it nothing happen.

    The css-a does not work in any way.
    Can you advise me on how to bet this CSS?

    I use a text box in which I put a few menu links and I put a class on each link.

    Thanks in advance.
    Pavel

    • This reply was modified 2 years, 11 months ago by sdeal.
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘css: background color and input text’ is closed to new replies.