Tagged: square
-
AuthorPosts
-
June 18, 2013 at 9:46 pm #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
June 19, 2013 at 4:40 pm #125460Hi,
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
June 20, 2013 at 2:30 pm #125461Hey Ismael! Thanks for the response. I checked out my code there and it’s identical. Any other suggestions?
June 21, 2013 at 6:23 am #125462Please 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.
June 21, 2013 at 7:09 pm #125463Thanks for the response.
In what stylesheet is this code found?
June 23, 2013 at 5:36 pm #125464Hi,
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
June 25, 2013 at 8:21 pm #125465That did it! Thanks for the persistent support guys. I greatly appreciate it!
-
AuthorPosts
- The topic ‘Arrow button is skewed’ is closed to new replies.