Home Forums WoodMart support forum изменить стиль

изменить стиль

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #160245

    ipad48984898ipad
    Participant

    привет, как можно изменить положение и цвет выделенной части на фото ?
    я хочу чтоб она находилась в верхнем правом углу, оранжевого цвета .

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    /*new*/
    body .labels-rectangular .new{
    color:#ffffff;
    background-color:#000000;
    }

    Set the colors as per your needs.

    Best Regards

    #160292

    ipad48984898ipad
    Participant

    этот код не работает

    #160305

    Hello,

    Try this one:

    /*new*/
    body .labels-rounded .new{
    color:#ffffff;
    background-color:#000000;
    }

    Best Regards

    #160320

    ipad48984898ipad
    Participant

    Работает! спасибо

    #160325

    ipad48984898ipad
    Participant

    можно изменить размер этой надписи ? уменьшить

    #160384

    Hello,

    You can set any width and height and color:

    /*new*/
    body .labels-rounded .new{
    color:#ffffff;
    background-color:#000000;
    font-size:10px;
    width:20px;
    height:20px;
    }

    Set the styles as per your needs.

    Best Regards

    #160414

    ipad48984898ipad
    Participant

    Большое спасибо!

    #160427

    You are welcome!

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

The topic ‘изменить стиль’ is closed to new replies.