Grace Support
Forum Replies Created
-
AuthorPosts
-
Grace SupportKeymaster
Hi,
Please send your website URL and WordPress admin login details at [email protected]
Our development team will check and solve this issue.Regards
Grace ThemesGrace SupportKeymasterDo you want to change font color or background color of mobile menu?
Grace SupportKeymasterNo, this option is not available.
Grace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please download and install the updated version of qTranslate X
https://github.com/qtranslate/qtranslate-xt
https://github.com/qtranslate/qtranslate-xt/archive/refs/heads/master.zipRegards
Grace ThemesGrace SupportKeymasterAdd this code in The Custom CSS box to reduce the padding of Footer panel
.copyright-wrapper { padding: 20px 0; }
Grace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
1. To remove the black bar
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code.footer { padding: 0px !important; }
2. To change the background color of the Footer area
Go to the Appearance -> Theme Options -> Basic Settings -> Background Colors -> elect background color for copyright section
Regards
Grace ThemesNovember 20, 2022 at 4:53 am in reply to: HELP! After domain change NONE of my theme changes are displayed #38532Grace SupportKeymasterThank you!
November 19, 2022 at 5:01 am in reply to: HELP! After domain change NONE of my theme changes are displayed #38523Grace SupportKeymasterPlease install the theme on the main website
Grace SupportKeymasterHi,
1. To remove the “Our Services” section
Go to the Appearance -> Theme Options -> Sections -> Top Four Box Services Section -> Check to hide our services2. To remove the Newsletter form from the footer section
Go to the Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code.newsletter-form { display: none; }
Regards
Grace ThemesNovember 18, 2022 at 4:51 am in reply to: Make Elements at the sidebar Sticky – Contact Us Template #38489Grace SupportKeymasterNo, this option is not available.
Grace SupportKeymasterHi,
After activating the theme, please setup homepage using following
1. Go to Settings -> Reading -> Front page displays
2. Click on radio button of Your latest posts
3. Go to Appearance -> Theme Options and click on Restore Defaults in bottom sidePlease check the documentation to install, setup and customize the theme
https://gracethemes.com/documentation/hotel-center/
Please share your website URL so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
Please send your website URL and WordPress admin login details at [email protected] so we can check and assist you quickly.
Regards
Grace ThemesGrace SupportKeymasterHi,
To solve this issue
Go to the Appearance -> Theme Editor -> header.php
Find the below code at line no. 138<img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>
Change it with
<img src=”<?php echo esc_url($sv[‘image_src’]); ?>” alt=”” title=”<?php echo ‘#slidecaption’.$n ; ?>”/>
Please make these changes and let me know if it works.
Regards
-
AuthorPosts