• Resolved ahmetsali

    (@ahmetsali)


    Hi, as you know Elementor has “Site Settings > Typography” section where you can easily customize typography settings for headings globally and it applies style changes to the all headings in all widgets, except Ultimate Post Kit widgets, since font-size and font-weight has been overriden in the style file;

    .upk-amox-grid .upk-title {
        font-size: 20px; 
        font-weight: 700;
    }

    that makes it not possible to control the typography of headings globally in your widgets from Site Settings.

    I would love to see this has been fixed if possible.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ahmetsali

    (@ahmetsali)

    Also, “Site Settings > Typography > Link Hover Color” doesn’t effect post title link hover color since it is overriden too;

    .upk-amox-grid .upk-title a:hover {
        color: #D90429;
    }

    this is just an example for Amox Grid widget.

    Thanks.

    Plugin Author Faridul Islam

    (@mohammaadfarid)

    Dear @ahmetsali,
    Thanks for contact with us. For the Elementor schema issue we cannot add globally, no problem now we are working on it for all widgets. By the next major version hope, we can finish the task.

    Best Regards,
    Faridul Islam

    Thread Starter ahmetsali

    (@ahmetsali)

    thanks, looking forward to the next update!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Typography can’t be controlled globally’ is closed to new replies.