Forum Replies Created

Viewing 2 posts - 121 through 122 (of 122 total)
  • Author
    Posts
  • in reply to: Edit homepage #357086

    Thanks Elliot!
    TabberVilla’s insert button does not work within a textblock i guess, only within a post. So i copied the html to notepad and then back to the html editor but no difference. I solved it by adding the following to the functions.php:
    remove_filter( ‘the_content’, ‘wpautop’ );
    remove_filter( ‘the_excerpt’, ‘wpautop’ );
    Thanks for the help, amazing and fast support Elliot!

    in reply to: Edit homepage #356355

    Thanks Elliot!
    I Added the custom CSS field. I open the advanced layout builder and open the text block element, switch from wysiwyg to text and added the following:
    <div class=”texttabbervilla”> (at the end of the content i end with </div>)
    Before i add the .texttabbervilla > p:first-child { display: none !important; } i saved and preview the website in IE11 with F12: The <p> </p>
    is allready gone but i still have 5X <br>

Viewing 2 posts - 121 through 122 (of 122 total)