syumi
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ample] How to change the footer textThanks again
Forum: Themes and Templates
In reply to: [Ample] How to change the footer textIt worked now.
Thank you!Forum: Themes and Templates
In reply to: [Ample] How to change the footer textNetwork error happened after I replaced the code. Sadly I can’t access to my site now…
Forum: Themes and Templates
In reply to: [Ample] How to change the footer textI have footer.php file as below in my child theme, but I don’t know which specific line I should to add or replace it.
Thanks for your support
<?php
/**
* Footer Section for our theme.
*
* @package ThemeGrill
* @subpackage Ample
* @since Ample 0.1
*/
?>
</div><!– .main-wrapper –>
<footer id=”colophon”>
<div class=”inner-wrap”>
<?php get_sidebar( ‘footer’ ); ?>
<div class=”footer-bottom clearfix”>
<div class=”copyright-info”>
<?php do_action( ‘ample_footer_copyright’ ); ?>
</div>
<div class=”footer-nav”>
<?php
if ( has_nav_menu( ‘footer’ ) ) {
wp_nav_menu( array( ‘theme_location’ => ‘footer’, ‘depth’ => -1 ) );
}
?>
</div>
</div>
</div>
</footer>
<i class=”fa fa-angle-up”></i>
</div><!– #page –>
<?php wp_footer(); ?>
</body>
</html>
Forum: Fixing WordPress
In reply to: Footer text changeThanks you!
Forum: Themes and Templates
In reply to: [Virtue] font-family changing won't workThanks for the information. I will try this plugin
Forum: Themes and Templates
In reply to: [Virtue] font-family changing won't workBy the way, it worked when I used at theme options – typography section, but that would change whole setting for h1
Forum: Themes and Templates
In reply to: [Virtue] font-family changing won't workThanks for your support.
I did see this font on the list from them options. How many fonts I can use from the theme provided? or just depend on which font I picked?Forum: Themes and Templates
In reply to: [Virtue] Adding borders in secondary menuIt worked after making the custom CSS in order.
Thank you so much for your help Hannah.Forum: Themes and Templates
In reply to: [Virtue] Adding borders in secondary menuI could change the background color of secondary menu, but I couldn’t add the borders and change the background color for header even I used setting in theme options advanced styling.
Forum: Themes and Templates
In reply to: [Virtue] Adding borders in secondary menuHi Hannah,
Thanks for your quick support, tried this but no lucky.
It’s very strange, all header area doesn’t allow me to change the custom CSS for certain things including the background color of header.My site:http://ymasquare.ssjk2.com/