Okay
  Public Ticket #3570803
Font style in elementor is being overridden
Closed

Comments

  •  2
    Luís started the conversation

    I'm in the process of setting up the first portfolio page.
    Right now I'm running into a problem. If the text has a break the styling in elementor won't stick. Instead the theme style prevails and in this case is applying a different font and color...

    How can I fix this?

  •  1,973
    Support replied

    Hello Luís,

    We are currently preparing an update addressing the styles inheritance from the editor

    In the meanwhile, if you want, you can add the following in customizer -> additional CSS

    .light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6, .dark-section h1, .dark-section h2, .dark-section h3, .dark-section h4, .dark-section h5, .dark-section h6 {
         color: inherit;
    }

    .light-content .light-section h1, .light-content .light-section h2, .light-content .light-section h3, .light-content .light-section h4, .light-content .light-section h5, .light-content .light-section h6 {
         color: inherit;
    }


    .elementor-widget-text-editor p, .light-content .elementor-widget-text-editor p, .dark-section .elementor-widget-text-editor p, .light-content .light-section .elementor-widget-text-editor p {
          font-family: inherit;
          font-size: inherit; 
          line-height: inherit;
          margin-bottom: inherit;
          color: inherit;
    }

    Let us know how it works

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  •  2
    Luís replied

    Seems to be working, thank you!
    I'm glad to learn that you're working on perfecting the theme. It's unique and with some improvements can be great for years to come.

  •  1,973
    Support replied

    Hello Luís,

    Glad to hear that. We certainly hope so - that the theme will be beautiful (and useful) for some time to come

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy