[ad_1]
[ad_2]
Hi everyone,
Does anyone know how to remove this block that shows the page title and navigation? It is on all my pages and is extremely annoying.
I've tried a CSS removal but it doesn't get rid of the actual block, just the text.
I'm using the Exponent Theme. I've searched all online to see what to do and can't find a solution.
Probably, try searching for get_header() in your codebase and removing the call one by one on different pages / posts
Can you also share your website url maybe and what text is it exactly
Try disabling plugins individually & clear cache.
What CSS code did you use? .site-header { display: none; } or nav { display: none; }?
If your theme uses a different class name for the header or navigation, you might need to inspect the code using the browser’s Developer Tools (Right-click > Inspect) and adjust the CSS selectors accordingly.
Some clarification on what is a “random block of text” would help.