• Resolved lottaschwarz

    (@lottaschwarz)


    Hi, KIA Subtitles messed up my design after the update. I use the Elementor Builder and have different loops to show different content. In the loops I have added a texteditor with [the-subtitle] and changed the styles the normal Elementor way. After the KIA update yesterday, all my subtitles look terrible (super huge and bold) and doesn’t change according to the Elementor settings. The only thing I can edit is font color, nothing in the Typography tab.

    Another problem is that it jumps down to its own row, and is not inline with the rest of the content anymore.

    Anyone else with the same problem? Any solution? The site is in maintainance mode so I don’t attach a link, but I can make screens if necessary.

    TIA

    // Lotta

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    KIA Subtitles only has the most minimal of styles. This is all the the plugin has in the way of styles:

    
    #the_subtitle {
    	margin: 5px 0px;
    }
    #the_subtitle.prompt {
    	color: #BBB;
    }
    

    And heck, that second rule is for a class that looks like it doesn’t even exist any more and should be removed.

    Otherwise, Subtitles is not involved in front-end display or style at all.

    And all the changes from yesterday are related to showing a fallback metabox in Gutenberg if custom fields aren’t enabled for a custom post type.

    I’d advise you go through some debugging steps such as clear caches, switching to a default theme… and disabling other plugins one at a time to see if you can isolate the issue. Unfortunately I cannot guarantee compatibility with Elementor, but nothing in the shortcode has changed either.

    Thread Starter lottaschwarz

    (@lottaschwarz)

    Hi, Thank you for your response. I made some changes in css that is good enough.

    Have a nice day! // Lotta

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Css style changed and I cannot edit after KIA update’ is closed to new replies.