Header & Sidebar Appearance
-
I’m editing the php for a blog (www.jamah.com/blog) and got the sidebar to appear with my widgets with
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ): ?>
<?php endif; ?>It shows my widgets successfully but it is not formatted with my CSS edits. How do I activate those styles?
Also, how do I block my header text so only my header image is visible?
Thanks!!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Header & Sidebar Appearance’ is closed to new replies.