Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Removing links from "Why Choose Us"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8255
    Timo
    Participant

    How can I remove links from “Why Choose Us” section so that I can show only boxes with icons and texts? Removing the link=”#” parts from the code doesn’t seem to do the trick. I want to show only these boxes on the home page “Why Choose Us” section but not link them into any other page.

    #8292
    Grace Themes
    Participant

    Hi Timo,

    To remove links from “Why Choose Us” section
    Go to Appearance -> Editor -> inc/custom-functions.php file

    at line no. 1057 you will find the below code

    <div class="whychooseusbox">
    <a href="'.$link.'">
        <div class="whychooseusborder">
        <div class="whychooseus-thumb"><i class="fa fa-'.$icon.'"></i></div>
            <div class="whychooseustitledes">
            <div class="whychooseus-title"><h6>'.$title.'</h6></div>
            <div class="whychooseus-description">'.$description.'</div>	
            </div>
        </div>
    </a>
    </div>

    Now you need to remove the code at line no. 1058 & 1066

    <a href="'.$link.'">

    </a>

    Please do this changes and let me know your feedback.

    If you are getting any problem in doing this, please send your website URL and WordPress admin login details for temporary at support@gracethemes.com so we can check and assist you.

    Regards
    Grace Themes

    #8522
    Timo
    Participant

    Thanks a lot, it works fine!

    -Timo

    #8531
    Grace Themes
    Participant

    You are most welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.