Dashed lines around header image

Hi!

How can I remove the dashed lines around the header image that I added in Unite WP theme.

Please advise!
Thank you in advance.

Hi @wafa,

Thank you for your question.

Could you please share me the page URL from your site where it is displaying like that so that i can troubleshoot it?

Kind Regards,
Movin

Hi Movin,

Here is the URL:
http://www.grammarexercises.net/

Thank you.

The dashed line is displaying on your site due to tablepress plugin.

You can try removing this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS


#logo img {
    border: 0;
}

Hi Movin!

It worked. Thank you very much.

You are most welcome here :slight_smile: