ahoetomo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Changing the color of the "Read More" boxThank you, rdellconsulting. I didn’t realize that it actually depends on my chosen skin. Thank you for letting me know 🙂
Seahawksean, thank you for your help. I now understand how to do it because of you. Again, thank you very much.
Thank you ElectricFeet, for all your help. I plugged the code in but the info still didn’t show. It’s alright though. I decided to put my website info in the grey footer area instead. I know I must have not inserted the code the right way.
Final question, is there a way to reduce the space in the bottom of the grey footer area? I seem to have more space after I’ve put my info in there.
Would like to thanks everyone here who has helped me in figuring this out.
I must have done something wrong since my amended version won’t even show. I don’t know what to do. Any advice? Thanks everyone.
@rdellconsulting: Thanks for your reply. Do I need to copy the whole class-main-footer.php to my custom css and change the part shown in your website according to my website info? Or do I need to insert the part that I need to change according to your website on my css? Sorry for the noob question.
@electricfeet: Thanks for your response. It’s actually the white copyright area that I wanted to add more info to.
I tried to insert the following code to my css but it won’t display the necessary info. Please let me know if I did this the wrong way since I’m so confused.
{
?>
<div class=”colophon”><div class=”container”>
<div class=”row-fluid”>
<div class=”span4 social-block pull-left”>
<?php do_action( ‘__social’ , ‘tc_social_in_footer’ ); ?>
</div><?php
printf( ‘<div class=”span4 credits”><p> · © %1$s astrid@bestunningmakeupandhair.com | 022 396 0640 ·</p></div>’ ,
esc_attr( date( ‘Y’ ) ),
esc_url( home_url() ),
esc_attr(get_bloginfo()),
esc_html( get_the_date() )
);
//printf( $credits);
?><div class=”span4 backtop”>
<p class=”pull-right”>
<?php _e( ‘Back to top’ , ‘customizr’ ) ?>
</p></div>
</div><!– .row-fluid –>
</div><!– .container –>
</div><!– .colophon –>
<?php
}Thank you very much for your help.
Forum: Themes and Templates
In reply to: [Theme: Simple Catch] Header ImagePaulwpxp, it worked 🙂 Thank you very much.