I want a comment box to show on my posts but not my pages. And I don’t want “comments are closed” to appear on my pages. If I have the following code in my Styling Options Custom CSS neither appear. If I remove the code, I get comment boxes on my posts BUT some, not all, of my pages have “comments are closed” at the bottom. (I’ve allowed comments on each post and under Discussion setting and have NOT allowed comments on each page.) Is there a different code that will correct this? Any help will be appreciated!
div#commentsbox {
display: none;
}
My site is: https://www.connecttoyourlight.com
]]>Hi there – just found this theme and thought I might mess with it…one thing I quickly looked for in the theme options and didn’t see was a way to change the colors – specifically, I’d want to change the salmon-colored menu bar and such.
Any easy way to do that? Custom css maybe? Thanks!
]]>You have a button several times repeated.
<div class="footer-social-icons">
<ul>
<?php if (woodpecker_get_option('woodpecker_facebook') != '') { ?>
<li class="ftr-fb"><a href="<?php echo woodpecker_get_option('woodpecker_facebook'); ?>" target="_blank"></a></li>
<?php
} if (woodpecker_get_option('woodpecker_facebook') != '') { ?>
<li class="ftr-tw"><a href="<?php echo woodpecker_get_option('woodpecker_facebook'); ?>" target="_blank"></a></li>
<?php
}
if (woodpecker_get_option('woodpecker_facebook') != '') { ?>
<li class="ftr-gp"><a href="<?php echo woodpecker_get_option('woodpecker_facebook'); ?>" target="_blank"></a></li>
<?php
}
if (woodpecker_get_option('woodpecker_facebook') != '') { ?>
<li class="ftr-rs"><a href="<?php echo woodpecker_get_option('woodpecker_facebook'); ?>" target="_blank"></a></li>
<?php
}
if (woodpecker_get_option('woodpecker_facebook') != '') { ?>
<li class="ftr-pn"><a href="<?php echo woodpecker_get_option('woodpecker_facebook'); ?>" target="_blank"></a></li>
<?php
}
if (woodpecker_get_option('woodpecker_linkedin') != '') { ?>
<li class="ftr-ln"><a href="<?php echo woodpecker_get_option('woodpecker_linkedin'); ?>" target="_blank"></a></li>
<?php
}
?>
</ul>
</div>
]]>
I tried woodpecker. It’s a nice theme but I had to remove it because in posts, archives and pages the footer dark background extended from the one to other side of the browser (not of the theme’s body). It works right only in the front page.
]]>