WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Grace Themes

Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,060 total)
  • Author
    Posts
  • in reply to: Como puedo cambiar el tamaño de la sección del logo #6048
    Grace Themes
    Member

    Hi Erika,

    To change the height of logo image
    Go to Appearance -> Theme Options-> Basic Settings -> Logo -> Change your custom logo height

    If you want to change the width of logo section (bigger horizontally)
    Go to Appearance -> Editor -> style.css file
    and add below css code at the end of file

    .logo { width:30% !important; }
    .header_right { width:70% !important; }

    Regards
    Grace Themes

    in reply to: errors shown in Google search console #6047
    Grace Themes
    Member

    Hi

    These are not severe errors and doesn’t affecting to the website.

    Regards
    Grace Themes

    in reply to: errors shown in Google search console #6038
    Grace Themes
    Member

    Hi

    Can you please write in details what errors your are getting? So we can check and assist you.

    Regards
    Grace Themes

    in reply to: Shift menu tabs to center #5977
    Grace Themes
    Member

    Hi Richard,

    Now the menu is looking center align.

    Regards
    Grace Themes

    in reply to: How to remove frame from picture #5976
    Grace Themes
    Member

    Now, footer section is looking fine.
    Please don’t hesitate to contact us for any support.

    Regards
    Grace Themes

    in reply to: Shift menu tabs to center #5967
    Grace Themes
    Member

    Hi Richard,

    To display main header menu to the center of the website.

    Go to Appearance -> Editor -> style.css file
    and add below code at the end of file

    .header_right { text-align: left !important; }

    Please do this changes and let me know your feedback.

    Regards
    Grace Themes

    in reply to: How to remove frame from picture #5964
    Grace Themes
    Member

    Hi Richard,

    Footer is looking good now
    One more css you need to add in style.css file

    .footer .chronosly.ch-default {
        margin: 10px 0 !important;
    }

    Please update and check.

    Regards
    Grace Themes

    in reply to: How to remove frame from picture #5959
    Grace Themes
    Member

    Hi Richard,

    Now all is looking fantastic.

    One more thing that I will suggest regarding the ‘Our Calendar’ column of footer section. Currently it is looking too high, its due to the unwanted padding

    To look it fine
    Go to Appearance -> Editor -> style.css file
    and at the end of file add below css code and click on update file button

    .footer .chronosly-content-block {
        padding: 0 !important;
    }
    .footer .pagination {
        padding: 0 !important;
    }
    .footer .chronosly.ch-default.small {
        margin: 5px 0 !important;
    }

    Please do this changes and let me know your feedback.

    Regards
    Grace Themes

    Grace Themes
    Member

    That’s Great..!

    Please don’t hesitate to contact us for any support, we are always ready to help you.

    Regards
    Grace Themes

    in reply to: How to remove frame from picture #5949
    Grace Themes
    Member

    Hi Richard,

    Thanks for developing this beautiful and professional looking website using BuildUp PRO theme

    To remove the picture frame from the ‘ABOUT US’ section
    Go to Appearance -> Theme Options-> Basic Settings -> Custom CSS
    and add below css code in custom css box
    .whothumbbx:after { border: none; }

    Also we are suggesting you some things to improve your website

    1. The ‘ABOUT US’ section image is looking too high, it would be nice if you can reduce the height of the image.

    2. In the column services section just below ‘ABOUT US’, the first column displaying text excerpt but not in other three column. So it will look better if you hide the text description.
    To remove text description add below css code in Custom CSS box
    .fourbox p { display: none; }

    3. The ‘Why Fellowship with Us’ section is looking distorting. See screenshot
    To look it good, need to increase the minimum height of boxes
    Go to Appearance -> Editor -> style.css file
    and at the end of file add below css code and click on update file button
    .whychooseusborder { min-height:182px !important; }

    4. With white background color footer is not looking well.
    You can set the background image for footer also
    Go to Appearance -> Theme options -> Footer -> Select background Image for footer
    You can also set the background color for the footer from Basic Settings

    All other sections and inner pages are looking awesome.

    Please check this and let me know your feedback.

    Regards
    Garce Themes

    in reply to: Header image and custom logo height #5937
    Grace Themes
    Member

    You are most Welcome.!

    in reply to: Header image and custom logo height #5924
    Grace Themes
    Member

    Hi

    The logo height problem was a issues and we have update the theme to resolve this

    Now there will be no updates in the theme. This will always compatible with the latest version of WordPress.

    If you are getting any problem in your website, you can contact us any time. Our support team is always ready to help you.

    Regards
    Grace Themes

    in reply to: Footer Sitemap #5907
    Grace Themes
    Member

    Hi Daniel,

    To customize the footer section
    Go to Appearance -> Footer

    Please check the documentation
    https://gracethemes.com/documentation/businessweb/#footer

    Regards
    Grace Themes

    in reply to: Header image and custom logo height #5894
    Grace Themes
    Member

    Hi Andrei,

    Thanks for using Bizweb WordPress theme and also thanks for your appreciation.

    1) the ‘Header image’ doesn’t work in PRO theme.
    If you want to use header image, please make some changes in header.php file and inc/custom-header.php file

    Go to Appearance -> Editor -> inc/custom-header.php
    at line no 38 you will find the
    .innerbanner123{
    now just rename it with .header{

    Go to Appearance -> Editor -> header.php
    at line no 152, comment/remove the below code
    //echo '<img src="'.esc_url( $header_image ).'" width="'.get_custom_header()->width.'" height="'.get_custom_header()->height.'" alt="" />';

    2. To manage the logo height from Basic Settings
    Go to Appearance -> Editor -> functions.php
    after line no. 303 find below code

    if( of_get_option('bodyfontsize',true) != ''){
    	echo "body{font-size:".of_get_option('bodyfontsize',true)."}";
    }

    Now add below code after the above code

    if( of_get_option('logoheight', true) != ''){
    	echo ".logo img { height:".of_get_option('logoheight', true)."px;}";
    }

    Now Go to Appearance -> Theme Options -> Basic Settings -> Set Logo height -> and click on Save Options button

    If you are finding any difficulties in doing this changes, please send your website URL and WordPress admin login details for temporary so we quickly can make changes in your website.

    Please check and let me know your feedback.

    Regards
    Grace Themes

    in reply to: Remove 'Latest Posts' from Footer #5880
    Grace Themes
    Member

    Hi Amlan,

    Now all is looking fine in your website?

    Regards
    Grace Themes

Viewing 15 posts - 1,336 through 1,350 (of 2,060 total)