Changes to Local Business Theme

Discussion in 'Local Business WordPress Theme' started by dustin807, Nov 17, 2016.

Thread Status:
Not open for further replies.
  1. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    1) How can I make the homepage 1st Slider image Not clickable? website is houstonbusinesslawyers.net

    2) Viewed in mobile, the phone number is listed twice. Is there a way to make "Call (832)...." not appear in the mobile version? See image http://www.screencast.com/t/7LElj0Id4xz

    3) I currently have the color "green" selected in the styling options. However, the client is unhappy with that shade of green and would prefer this shade of green 154733. How do I change the green to 154733? That is the color of green that matches his logo here: http://www.screencast.com/t/W1XAZn8mIise
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    Thanks for reaching oout us,

    1) It's not possible until the source code of the slider not changed.

    2) You are request to check the options field again, you need to remove the phone number from Right Contact Details field and instead of that you can use address.

    3) you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options

    Code:
    .menu_bar {
        background: #154733!important;
        border-bottom: 5px solid #1f543f!important;
        }
       
        #menu .ddsmoothmenu li{
        border-right: 1px solid #1f543f!important;
        border-bottom: 5px solid #1f543f!important;
        }
       
        #menu .ddsmoothmenu li:hover {
       background: #1f543f!important;
        border-bottom: 5px solid #89d400!important;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    1) Are you certain that it is not possible to make the slider image not clickable? I've done it before on previuos themes. Here is the code that was used on the bizway theme http://www.screencast.com/t/kmHTqJclFfXa I'm sure there is a way to use the same code on this theme. You can see that full conversation here https://www.inkthemes.com/community/threads/changes-to-bizway-pro.21000/#post-82889

    2) How can I change the text on the mobile call button to "Call Now" instead of the phone number?

    3) The Client wants the background of the site to be the color of the Coffee them, but he wants the accent color to be the dark green color of the Green them style sheet. See http://screencast.com/t/aviY6Gp2W8 How can I make that happen?
     
    Last edited: Nov 18, 2016
  4. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    1) As I have said that, it could be done only from source code editing. If you can do this at your end then, you can check the file flexslider.php under your theme directory/templates
    and do the changes as shown in the attached screenshot:

    2) You can edit header.php file as shown in attached screenshot, to change the tap to call button text.

    3) Please make it more clear, It's confusing here.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

    Attached Files:

  5. dustin807

    dustin807 Member

    Joined:
    Jun 11, 2015
    Messages:
    65
    Likes Received:
    0
    Hey thanks for the help. Looks like you fixed everything.
     
  6. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    That sounds great :)
     
Thread Status:
Not open for further replies.

Share This Page