cecelia-gay
Forum Replies Created
-
Forum: Themes and Templates
In reply to: style-pink.cssobviously I can’t type or spell either..should be too blue or too peachy
https://www.michele-andree-unblugged.com/Forum: Themes and Templates
In reply to: Contact page Text colorNever mind, figured it out. Thanks anyway. Added text color to main body and it doesn’t affect color in the text box. Cecelia
Forum: Themes and Templates
In reply to: Contact page Text colorWatched the tutorial on menu building while I was waiting and got the page in the heading and bottom . Still don’t know what will happen with type color or how to set it if it is different from default.
Forum: Themes and Templates
In reply to: Contact page Text colorI also just noticed there is no option for the contact page to be in the header. Where can you put it? Can it be added to the comment section which would be preferable. Thanks. Cecelia
Forum: Themes and Templates
In reply to: footer text colorIt’s fixed put color in and copied from style css to pink style css.
Oh I don’t know anyway my big thanks…..CeceliaForum: Themes and Templates
In reply to: footer text colorobviously Dr net no longer here….
Forum: Themes and Templates
In reply to: footer text colorDidn’t work, Maybe I put in the the wrong place. Am not very experienced but have managed to make all the complicated changes but this itsy one. Jeesh!
/*********************************************
Footer Styles
*********************************************/
#footer {
margin: 15px 0px 0px 0px;
padding: 20px;
clear: both;
text-align: left;
font-size: 11px;
}
#footer a { color: fff; text-decoration: underline;
color: #666
text-decoration: underline
}
#footer a:hover {
color: #666;
text-decoration: underline;}
This is what the footer.php looks like
div id=”footer”>
<!–footer.php–>
© <?php print date(‘Y’); ?> <?php bloginfo(‘name’); ?> :: <?php _e(“Built By”); ?> Dr NetbInternet Marketing Expert.<!–necessary–>
<?php wp_footer(); ?>
</div></div><!–end #wrap–>
</div><!–end #container–>
</body>
</html>