Grace Themes
Forum Replies Created
-
AuthorPosts
-
September 27, 2017 at 5:26 pm in reply to: Como puedo cambiar el tamaño de la sección del logo #6048
Grace Themes
MemberHi Erika,
To change the height of logo image
Go to Appearance -> Theme Options-> Basic Settings -> Logo -> Change your custom logo heightIf 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 ThemesGrace Themes
MemberHi
These are not severe errors and doesn’t affecting to the website.
Regards
Grace ThemesGrace Themes
MemberHi
Can you please write in details what errors your are getting? So we can check and assist you.
Regards
Grace ThemesGrace Themes
MemberHi Richard,
Now the menu is looking center align.
Regards
Grace ThemesGrace Themes
MemberNow, footer section is looking fine.
Please don’t hesitate to contact us for any support.Regards
Grace ThemesGrace Themes
MemberHi 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 ThemesGrace Themes
MemberHi 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 ThemesGrace Themes
MemberHi 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 ThemesSeptember 22, 2017 at 6:13 am in reply to: Increase character count in about area on home page (welcome area) #5958Grace Themes
MemberThat’s Great..!
Please don’t hesitate to contact us for any support, we are always ready to help you.
Regards
Grace ThemesGrace Themes
MemberHi 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 SettingsAll other sections and inner pages are looking awesome.
Please check this and let me know your feedback.
Regards
Garce ThemesGrace Themes
MemberYou are most Welcome.!
Grace Themes
MemberHi
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 ThemesGrace Themes
MemberHi Daniel,
To customize the footer section
Go to Appearance -> FooterPlease check the documentation
https://gracethemes.com/documentation/businessweb/#footerRegards
Grace ThemesGrace Themes
MemberHi 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 fileGo 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 codeif( 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 ThemesGrace Themes
MemberHi Amlan,
Now all is looking fine in your website?
Regards
Grace Themes -
AuthorPosts