XF 1.5 Integrate Wordpress Header/Footer Without Overriding XenForo CSS

Hi,

I'm trying to implement my Wordpress header / footer over the Xenforo page, but the CSS that it's pulling in is overriding much of XenForo's. What could I do to have the CSS called within Wordpress' php only apply to the header / footer sections when called here, and not the rest of the page? Xenforo is currently running the default theme.

The Wordpress header / footer is implemented using the php calls below in the header / footer templates, provided by Wordpress Documentation and based on this post from TuxReports.

<?php get_header(); ?> <?php get_footer(); ?>

Thanks for the help!
 
Last edited:
Top Bottom