Hey,
1. Do you know why I have this error text below the socket?
http://www.hotelladdict.se
2. Also, I don’t want the extra dotted line.
What shall I do?
Thanks!
Charlotte
Hey Charlotte,
Do you have a custom function in your functions.php called “av_custom_iframe_height”? Seems to be an error, try removing it to see if it clears your error message.
Best regards,
Mike
Great, thanks Mike :)
I deleted: add_action(‘wp_footer’, ‘av_custom_iframe_height’); and now it looks good again.
2. I want to keep the dotted line between the blog posts but I don’t want the extra line2 extra lines in the end of the page.
I want to remove the dotted line under the numbers 1 2 3 4
and the one before the socket
What code can I add?
Thanks
Charlotte
Hi Charlotte :)
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.home #after_full_slider_1 .post-entry {
border: none;
}
Best regards,
Yigit
Great, thank Yigit :)