Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #25002

    Hey guys,

    Just a tiny little support question.

    On my site the narrow navigation button that triggers the /#top movement is a little rectangle instead of an arrow.

    You can see it in my linked image.

    http://provideoannouncements.com/wp-content/uploads/2013/06/arrow.png

    Any ideas?

    Thanks!

    Brady

    #125460

    Hi,

    Please check footer.php, go to line 167, the code should look like this

    <a href='#top' id='scroll-top-link' class='avia-font-entypo-fontello'>& #59231;</a>

    I added a space after the & symbol to render it correctly here. The actual code don’t have a space.

    Regards,

    Ismael

    #125461

    Hey Ismael! Thanks for the response. I checked out my code there and it’s identical. Any other suggestions?

    #125462

    Please change following css code:

    body, p, th, td, div, a:link, a:visited, a:active, a:hover, a:focus, h1, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover, h1 a:focus, h2, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover, h2 a:focus, h3, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover, h3 a:focus {
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
    }

    to

    body, p, th, td, div, a:link, a:visited, a:active, a:hover, a:focus, h1, h1 a:link, h1 a:visited, h1 a:active, h1 a:hover, h1 a:focus, h2, h2 a:link, h2 a:visited, h2 a:active, h2 a:hover, h2 a:focus, h3, h3 a:link, h3 a:visited, h3 a:active, h3 a:hover, h3 a:focus {
    font-family: 'Proxima Nova Regular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    }

    The !important tag overwrites all other font families – including the icon font.

    #125463

    Thanks for the response.

    In what stylesheet is this code found?

    #125464

    Hi,

    I’m not sure where did Dude get the code, I can’t find it myself. Please give this one a roll.

    #scroll-top-link {
    font-family: 'entypo-fontello' !important;
    }

    Add the code on your custom.css or Quick CSS.

    Regards,

    Ismael

    #125465

    That did it! Thanks for the persistent support guys. I greatly appreciate it!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Arrow button is skewed’ is closed to new replies.