Create hyperlink

Discussion in 'Local Business WordPress Theme' started by loujolly, Nov 22, 2013.

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

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    I would like to create a hyperlink for my email address in the Top Right Contact Details.

    Also, how can I change the color of the text in the Top Feature Heading?

    Thanks,

    Lou
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.For your first issue

    Go to
    Appearance > Theme Option > General Settings > Top Right Contact Details
    and add the code given below

    Code:
    <a href="mailto:ENTER YOUR EMAIL ID HERE">Send Mail</a>
    

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signup .frontpage_leadcapture .signupleft .signupinfo h1{
    color:red;
    }
     
  3. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    Thank you, the code for the second issue worked.

    Regarding the first issue, I would like my email address to be the hyperlink, not "Send Email" and to change from an arrow to a pointed hand (color also) when I mouse over.

    Thanks,

    Lou
     

    Attached Files:

  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    For this

    Go to
    Appearance > Theme Option > General Settings > Top Right Contact Details
    and add the code given below

    Code:
    <a href="ENTER YOUR LINK ADDRESS HERE">ENTER YOUR EMAIL ID HERE</a>
    Now,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .call-us a{
    cursor:pointer;
    }
    .call-us a:hover{
    color:blue;
    }
     
  5. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    I added the code but it didn't create the link. Could you please check and tell me what I need to correct?

    Regards,

    Lou
     

    Attached Files:

  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Checked your images.
    You have missed " after your mail id.
    Correct format is
    "[email protected]"
    but you have added
    "[email protected]
    Which is wrong.
    Check image for reference.

    email.png


    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Yes, that worked, thank you for resolving that issue.

    Could you please tell me how to change the color of the email address to match the yellow in the top right contact deatails? I have included a copy of the code I am using and the result.

    Regards,

    Lou
     

    Attached Files:

  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    For color paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .call-us a {
    color: your color value;
    } 
    Thanks & Regards
    Nitesh Raghuwanshi
     
  9. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Thank you.

    Louie
     
  10. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    Is it possible to add another custom logo and make it a hyperlink?

    Louie
     
  11. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  12. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    Yes, I would like to place an additional logo to the right of the "Yellow Cab" logo in the header. And if possible, to make the "Yellow Cab" logo a hyperlink that connects to another web site.

    I hope this helps.

    Regards,

    Lou
     

    Attached Files:

  13. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the Appearance -> Theme Options -> General Settings panel of your dashboard and put the code given below in the Top Right Contact Details section.

    Code:
    <a href="Enter your link address here"><img src="Enter your image URL address here"></a> 
    See the image for reference

    [​IMG]

    This will solve your issue.
     
  14. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    Could you please show me how to delete the third column, "Travel Safe with Us" and the accompanying paragraph and replace it with the video that is underneath. I would also like to delete the "Our Taxi Service is really awesome and you gonna love it" and the attendant paragraphs.

    Regards,

    Lou
     

    Attached Files:

  15. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    1. For the third feature column issue,
    You can add the video clip by pasting the embed code of you tube video in the Third Feature Description section (Appearance > Theme Options > Homepage Feature Area) of your dashboard.

    Follow the steps given below

    1. Open your required video in the youtube website.
    2. Click on the Share Tab present on that webpage below the video.
    3. And then click on the Embed Tab
    4. After that the embed code will display there, copy that code and paste it in the Third Feature Description section (Appearance > Theme Options > Homepage Feature Area) of your dashboard.
    5. Adjust the width and height of that code as you required.


    For the reference see the image given below.

    [​IMG]


    Video will display in the Third Feature Column section of your website.

    2. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_infobox {
    display: none;
    } 
    This will remove the Left Feature area.
     
  16. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    Is there a way to create a slideshow on the main page? At the moment, I only have one picture of a taxi.

    Regards,

    Lou
     
  17. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Unfortunately there isn't a way to do that.
    Please hire a freelancer to do this.


    Thanks & Regards
    Pramod
     
  18. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
    Hello,

    How do I remove the "Local Business Theme" video?

    Regards,

    Lou
     

    Attached Files:

  19. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Please provide URL of your website to make me better understand.
    Thanks & Regards
    Pramod
     
  20. loujolly

    loujolly New Member

    Joined:
    Aug 27, 2013
    Messages:
    19
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page