Hi guys
How can I remove this?
https://www.dropbox.com/s/0qekbylcilry8fv/Sk%C3%A6rmbillede%202015-10-08%2013.31.44.png?dl=0
– Kasper
Hey oestergaard!
Please go to enfold/includes folder and edit loop-search.php file
Regards,
Yigit
Yes I found it, but I don’t now what to delete or edit? Which line of code?
Hi!
Remove this line of codes:
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
And this one:
the_widget('avia_combo_widget', 'error404widget', array('widget_id'=>'arbitrary-instance-'.$id,
'before_widget' => '<div class="widget avia_combo_widget">',
'after_widget' => '</div>',
'before_title' => '<h3 class="widgettitle">',
'after_title' => '</h3>'
));
Best regards,
Ismael
Awesome! Thank you ;-)