WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Grace Themes

Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 2,060 total)
  • Author
    Posts
  • in reply to: Background image #10731
    Grace Themes
    Member

    You are most Welcome!!

    in reply to: Background image #10722
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Section title font weight & colour #10721
    Grace Themes
    Member

    Thank you very much…. lynn

    in reply to: Background image #10712
    Grace Themes
    Member

    Add below css code in Custom CSS box

    .boxlayout .content-area { background-color:#FFFFFF; margin-top:-7px; }

    Regards
    Grace Themes

    in reply to: Inner Banner #10711
    Grace Themes
    Member

    Hi,

    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-banner

    Regards
    Grace Themes

    in reply to: Dynamic Copyright in Footer #10710
    Grace Themes
    Member

    Hi,

    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 &copy; <?php echo date('Y'); ?>. All rights reserved</div>

    Regards
    Grace Themes

    in reply to: Increase space between site title and tagline #10709
    Grace Themes
    Member

    Hi,

    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 tagline

    Regards
    Grace Themes

    in reply to: Background image #10683
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: woocommerce product buttons #10682
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Help with Installation #10677
    Grace Themes
    Member

    Hi,

    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/#services

    Regards
    Grace Themes

    in reply to: Help with Installation #10664
    Grace Themes
    Member

    Hi 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 theme

    Please check the documentation
    https://gracethemes.com/documentation/charity-help-doc/#homepage-setup

    Please 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 Themes

    in reply to: woocommerce product buttons #10626
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Change Symbols In Welcome Three Box #10625
    Grace Themes
    Member

    Welcome!

    in reply to: SectionID #10504
    Grace Themes
    Member

    Hi Esmeralda,

    Please send WordPress admin login details for temporary at [email protected] so we can check and assist you quickly.

    Regards
    Grace Themes

    in reply to: Change Symbols In Welcome Three Box #10495
    Grace Themes
    Member

    Hi,

    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

Viewing 15 posts - 991 through 1,005 (of 2,060 total)