Grace Themes
Forum Replies Created
-
AuthorPosts
-
Grace Themes
MemberAdd below css code in Appearance -> Editor -> style.css file
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { color:#6E6D6D } .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #5bd3a7 !important; }
Regards
Grace ThemesGrace Themes
MemberAdd below css code in Appearance -> Editor -> style.css file
@media screen and (max-width:767px) { a.booknow { right: 0px !important; } }
Grace Themes
MemberHi,
As I am checking, some other theme is activated on your website.
Can you please send your website URL and WP admin login details for temporary at [email protected] so we can check and assist you?
We will happy to help you.
Regards
Grace ThemesGrace Themes
MemberIn mobile devices, the photo gallery display all photo in one row. It is not possible to display all photo side by side due to very small screen width.
Grace Themes
MemberHi,
Use this css code in style.css file
.headernav ul li a { padding: 29px 20px; }
Regards
Grace ThemesGrace Themes
MemberWelcome.!
September 2, 2018 at 8:12 am in reply to: DentistPlus – "Get an Appointment Page" widget edit #11007Grace Themes
MemberYou are most welcome..!
Grace Themes
MemberYou are most welcome..!
Grace Themes
MemberHi,
1. To solve the issue, add below css code in
Appearance -> Editor -> style.css file@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .innerbanner { min-height:140px; } }
Regards
Grace ThemesGrace Themes
MemberHi,
Please send your WooCommerce shop page URL so we can check and assist you quickly.
Regards
Grace ThemesGrace Themes
MemberHi,
Add below css code in Appearance -> Editor -> style.css file
a.booknow { right: 20px; }
Regards
Grace ThemesGrace Themes
MemberHi,
To solve this issue
Go to Appearance -> Editor -> style.css
add below css code at the end of style.css file.appointmentwrap { width: 100%; }
The email notification is working fine in our theme support forums.
Please do this changes and let me know your feedback.
Regards
Grace ThemesGrace Themes
MemberHi,
To hide the contact sidebar widget from mobile version
Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add belo css code@media screen and (max-width:767px){ #sidebar { display: none} }
The Widget Options plugin is compatible and works fine with all of our themes.
Regards
Grace ThemesGrace Themes
MemberHi
If you don’t want to use small icons, just remove the code:
<i class="fas fa-dollar-sign"></i>
So modified code is
[column_content type="one_half"] <div class="best-featurs"> <h4>DONATE MONEY</h4>Proin nec gravida purus. Curabitur effici elementum dolor dapibus, nec maximus augue iaculis. In tincunt eget diam ac vulputate... </div> <div class="best-featurs"> <h4>BECOME VOLUNTEER</h4>Proin nec gravida purus. Curabitur effici elementum dolor dapibus, nec maximus augue iaculis. In tincunt eget diam ac vulputate... </div> <div class="best-featurs"> <h4>SPONSORSHIP</h4>Proin nec gravida purus. Curabitur effici elementum dolor dapibus, nec maximus augue iaculis. In tincunt eget diam ac vulputate... </div> [/column_content][column_content type="one_half_last"]<img src="http://yoursite.com/wp-content/themes/charity-help/images/slides/slider1.jpg" />[/column_content]
Regards
Grace ThemesGrace Themes
MemberHi Bakari,
Use this below shortcode content in Section 2 for to display image in right side
[column_content type="one_half"] <div class="best-featurs"><i class="fas fa-dollar-sign"></i> <h4>DONATE MONEY</h4>Proin nec gravida purus. Curabitur effici elementum dolor dapibus, nec maximus augue iaculis. In tincunt eget diam ac vulputate... </div> <div class="best-featurs"><i class="far fa-heart"></i> <h4>BECOME VOLUNTEER</h4>Proin nec gravida purus. Curabitur effici elementum dolor dapibus, nec maximus augue iaculis. In tincunt eget diam ac vulputate... </div> <div class="best-featurs"><i class="fas fa-location-arrow"></i> <h4>SPONSORSHIP</h4>Proin nec gravida purus. Curabitur effici elementum dolor dapibus, nec maximus augue iaculis. In tincunt eget diam ac vulputate... </div> [/column_content][column_content type="one_half_last"]<img src="http://yoursite.com/wp-content/themes/charity-help/images/slides/slider1.jpg" />[/column_content]
Please check the documentation
https://gracethemes.com/documentation/charity-help-doc/#how-to-helpRegards
Grace Themes -
AuthorPosts