Viewing 15 posts - 1 through 15 (of 21 total)
  • Posted in: Dante
  • #152046
    thepenster
    Member
    Post count: 47

    How to I edit the html in the footer? In the first column of the footer of my site (displays.adventium.net), I added a contact footer, which I’d like to do the following:
    1. break after phone & email.
    2. make the email a hyperlink with the words “email us” instead of showing actual email address
    3. Add icons in from of phone, email & address

    Please advise how I can achieve the above.

    thank you.

    #152066
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Try the code below.

    
    <ul>
       <li>Call: 212.481.9576 </li>
       <li><a href="mailto:[email protected]">Mail us</a></li>
       <li>320 E. 35th St., Suite 5B New York, NY 10016</li>
    </ul>

    -Rui

    #152069
    thepenster
    Member
    Post count: 47

    Where do I put the code? In the text box in the widget section?

    #152072
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Yes, exactly. Maybe it will need some css adjustments.
    Let us know the result so we can go from there.

    -Rui

    #152887
    thepenster
    Member
    Post count: 47

    How do I add icons (like telephone) before the phone number?

    #152943
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this code:-
    <i class="fa fa-phone"></i>
    Thanks
    Mohammad

    #153101
    thepenster
    Member
    Post count: 47

    Hi Mohammed,

    I added the code, but now the text is in the wrong font. How do I keep the original font?

    #153110
    thepenster
    Member
    Post count: 47

    Sorry, please disregard my earlier question. I have new issues:

    1.How can I fix “Click here to email us” to appear next to the icon?
    2. How can I align the 2 lines of address (i.e. move 2nd line to below text of first line
    3. How can I make the icons bigger?

    thank you!

    #153429
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Your website is not loading, please check

    – Kyle

    #153430
    thepenster
    Member
    Post count: 47

    Hi Kyle,

    I’m on the site now. Here’s the link: http://displays.adventium.net

    thank you

    #153435
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    If you provide me with a login I will sort this for you

    – Kyle

    #161555
    thepenster
    Member
    Post count: 47

    Under Contact us in the the footer, what do I need to do so that “Click here to email us” appears to the right of the envelope?

    My site is http://displays.adventium.net

    #161594
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css option.

    
    #text-2 a{
      margin-top: -25px!important;
      margin-left: 20px!important;
    }

    Hope it helps.

    -Rui

    #161597
    thepenster
    Member
    Post count: 47

    Hi Rui,

    I added the CSS, but the “Click here to email us” is still appearing below the envelope icon instead of next to it.

    Please see the contact us section in the footer:
    http://displays.adventium.net

    #161601
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    maybe you have some error in your custom css. can you provide admin credentials so we can check it?

    Use the private reply.

    -Rui

Viewing 15 posts - 1 through 15 (of 21 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register