WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

Grace Themes

Forum Replies Created

Viewing 15 posts - 946 through 960 (of 2,060 total)
  • Author
    Posts
  • in reply to: Woocommerce Cart & Checkout Theme Style #11021
    Grace Themes
    Member

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

    in reply to: Call To Action Button Home Page Margin? #11020
    Grace Themes
    Member

    Add below css code in Appearance -> Editor -> style.css file

    @media screen and (max-width:767px) {
    a.booknow { right: 0px !important; }
    }
    in reply to: header size #11014
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Photo Gallery not Responsive #11010
    Grace Themes
    Member

    In 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.

    in reply to: Logo Size Pushing Down Head Menu #11009
    Grace Themes
    Member

    Hi,

    Use this css code in style.css file

    .headernav ul li a { padding: 29px 20px; }

    Regards
    Grace Themes

    in reply to: Hide widgets on mobile #11008
    Grace Themes
    Member

    Welcome.!

    in reply to: DentistPlus – "Get an Appointment Page" widget edit #11007
    Grace Themes
    Member

    You are most welcome..!

    in reply to: Image right alignment with column text #11006
    Grace Themes
    Member

    You are most welcome..!

    in reply to: Changing the menu color #10998
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Woocommerce Cart & Checkout Theme Style #10997
    Grace Themes
    Member

    Hi,

    Please send your WooCommerce shop page URL so we can check and assist you quickly.

    Regards
    Grace Themes

    in reply to: Call To Action Button Home Page Margin? #10996
    Grace Themes
    Member

    Hi,

    Add below css code in Appearance -> Editor -> style.css file

    a.booknow { right: 20px; }

    Regards
    Grace Themes

    in reply to: DentistPlus – "Get an Appointment Page" widget edit #10995
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Hide widgets on mobile #10994
    Grace Themes
    Member

    Hi,

    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 Themes

    in reply to: Image right alignment with column text #10992
    Grace Themes
    Member

    Hi

    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 Themes

    in reply to: Image right alignment with column text #10970
    Grace Themes
    Member

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

    Regards
    Grace Themes

Viewing 15 posts - 946 through 960 (of 2,060 total)