Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberYou are most Welcome!!
Grace Themes
MemberHi,
I have added the below css code in Custom CSS box of your site
.boxlayout { background-color:#ffffff; }
Their is no need for this css code:
.boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }
Regards
Grace ThemesGrace Themes
MemberThank you very much…. lynn
Grace Themes
MemberAdd below css code in Custom CSS box
.boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }
Regards
Grace ThemesGrace Themes
MemberHi,
If you have set Featured image for any page, the innger page banner will come from page featured image otherwise it will display default innerpage banner from Theme Options.
If you removed the default innerpage banner from Theme Options and don’t’ set any page Featured Image , no banner will display for that page.
Please check the documentation
https://www.gracethemes.com/documentation/milestone-doc/#innerpage-bannerRegards
Grace ThemesGrace Themes
MemberHi,
To display dynamic copyright year in footer section
Go to Appearance -> Editor -> footer.php
at line no. 218, you will find the code:<div class="copyright-txt"><?php if( of_get_option('copytext',true) != ''){ echo of_get_option('copytext',true); }; ?></div>
Now replace this code with the below code
<div class="copyright-txt">Copyright © <?php echo date('Y'); ?>. All rights reserved</div>
Regards
Grace ThemesGrace Themes
MemberHi,
To increase the line height between the site title and tagline and to increase the tagline font size
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code and increase the font size and top padding as per your requirement.tagline { padding-top:8px; font-size:16px; }
To change the color of site tagline
Go to Appearance -> Theme Options -> Basic Settings -> Font Colors -> Select font color for logo taglineRegards
Grace ThemesGrace Themes
MemberHi,
To display white background color for inner pages with background image
Go to Appearance – Theme options -> Basic Settings -> Custom CSS
add below css code.boxlayout .content-area { background-color:#FFFFFF; }
Regards
Grace ThemesGrace Themes
MemberHi,
To display WooCommerce products from selected category, use below short code and change the category name
[recent_products category="fashion" per_page="4" columns="4" orderby="date" order="desc"]
Regards
Grace ThemesGrace Themes
MemberHi,
I have activated and setup the Charity Help PRO WordPress theme on your website.
I have setup the header, slider and services section that like your free version of this theme.
Now please check the documentation to customize all other homepage sections.
https://gracethemes.com/documentation/charity-help-doc/#servicesRegards
Grace ThemesGrace Themes
MemberHi Karen,
It seems that the theme is uploaded in the themes directory, just you need to activate it.
Go to Appearance -> Themes -> Activate Charity Help PRO themePlease check the documentation
https://gracethemes.com/documentation/charity-help-doc/#homepage-setupPlease send your website URL and WordPress admin login details for temporary at [email protected] so we can install and setup the theme on your website quickly.
We will happy to help you.
Regards
Grace ThemesGrace Themes
MemberHi,
1I have added the below css code in Basic Settings -> Custom CSS to change the background color and font color of Buy Now/Add to Cart button
Please change the color code as per your requirement
.woocommerce ul.products li.product .button { background-color: #5bd3a7; color: #ffffff; }
2. Do you want to display products from particular selected category?
Please let me know your feedback.
Regards
Grace ThemesGrace Themes
MemberWelcome!
Grace Themes
MemberHi Esmeralda,
Please send WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace Themes
MemberHi,
To change the image in “Welcome Three Box”
First upload your image from Media Library. Go to Media -> Add New
Copy full path of uploaded image
Go to Appearance -> Theme Options -> Sections -> Welcome Three Box
Add image URL in image=”” like below[welcome_3_box] [box title="Balance Body and Mind" bgcolor="#f56c6d" fontcolor="#ffffff" image="https://www.nakedwellbeing.com/wp-content/themes/yoga-club/images/wlicon01.png" link="#"] [box title="Healthy Daily Life" bgcolor="#815c9e" fontcolor="#ffffff" image="https://www.nakedwellbeing.com/wp-content/themes/yoga-club/images/wlicon02.png" link="#"] [box title="Yoga Month Challenge" bgcolor="#f56c6d" fontcolor="#ffffff" image="https://www.nakedwellbeing.com/wp-content/themes/yoga-club/images/wlicon03.png" link="#"] [clear][/welcome_3_box]
You can design your own images or download free image icon from https://icons8.com/
Regards
Grace Themes -
AuthorPosts