Home Forums WoodMart support forum Highlight Under Orders

Highlight Under Orders

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #22329

    keizershaquil
    Participant

    Hi,

    Im trying to change the highlight under order details.

    Doing on theme custom css with this code, but its not accepting:

    mark.order-number{
    background-color:#FFFFFF;
    color:#00000;
    }

    Attachments:
    You must be logged in to view attached files.
    #22341

    Artem Temos
    Keymaster

    Hi,

    Please, provide us your admin access and the link to the page with this order so we can check the code.

    Thank you

    #24164

    keizershaquil
    Participant

    Hi Artem,

    Please find the credentials bellow.

    Thanks

    #24183

    Artem Temos
    Keymaster

    Use this code snippet

    mark[class*="order"]{
    background-color:#efefef!important;
    color:#000000!important;
    }
    #24244

    keizershaquil
    Participant

    Thank you 🙂

    #24262

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Highlight Under Orders’ is closed to new replies.