skip to Main Content

Change class on item in WordPress

I have to use a specific font on articles with a specific tag. I previously installed a font but, obviously, using the Additional CSS and modifying the entry-tile class, all the articles on the main page use the selected font.…

VIEW QUESTION

WordPress – How to change Span text with Javascript?

I am trying to change text using javascript, but I can't target this element no matter what... <div class="elementor-element elementor-element-2d85236 elementor-widget elementor-widget-text-editor" data-id="2d85236" data-element_type="widget" id="is_connected" data-settings="{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <div class="elementor-text-editor elementor-clearfix"><p style="text-align: center;"><span style="color: #ff0000;">Not Connected</span></p></div> </div> </div> I…

VIEW QUESTION
Back To Top
Search