Announcement

Collapse
No announcement yet.

Email Us link is not working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • rajnishsi
    replied
    Re: Email Us link is not working

    In FTP, this file will be located inside htdocs/css folder.

    Leave a comment:


  • DHESS
    replied
    Re: Email Us link is not working

    OK this is a dumb question but where do I find the css files. On the FTP server?

    Leave a comment:


  • rajnishsi
    replied
    Re: Email Us link is not working

    That color comes from a CSS style in structure.css file, you can see the block of style for category tree as :

    HTML Code:
    /* ------------------------ category tree navigation ------------------------ */
    .category-tree {
        background: #fff;
        margin-bottom: 2rem;
    }
    You can change the background from #fff(White) to any color you want. Looking at your page, you might just wanna remove that style to match up with the rest of the page.

    Leave a comment:


  • DHESS
    replied
    Re: Email Us link is not working

    Thanks that did it. do you know how I can change the backgroud color of my product category tree?

    Leave a comment:


  • Brennan
    replied
    Re: Email Us link is not working

    In your global footer replace the current email link with this:

    Code:
    <li data-rt-icon="&#x66;"><a href="&mvte:urls:CTUS:auto;" >Email Us</a></li>
    Last edited by Brennan; 09-09-15, 03:07 PM.

    Leave a comment:


  • DHESS
    replied
    Re: Email Us link is not working

    its on my dev site at dev.metricthunder.com I try it on two different systems. its the email us link at the footer of the home pape

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    Re: Email Us link is not working

    Use EasyContact instead :)

    For one thing, Email links are dependent on the email client the user has on their machine and browser settings. Second, without a URL to actually see what may or not be in effect, its just a guessing game.

    Leave a comment:


  • DHESS
    started a topic Email Us link is not working

    Email Us link is not working

    The Email Us link on my web page won't bring up the email client. How do I fix that ?
Working...
X