blogger21
Member
Posted 1 year ago #
Hi Under the heading "Main Menu" I have created two pages. One says "About" and the other says "Lingo". On the homepage they show up with an X next to them. How can I get rid of that? The link still takes me to those pages. My site is http://www.funwithfreebies.com
Thanks!
these links are using an image; here is the html code from the browser of the 'About' button.
<img class="anyfont_menu_image" src="http://funwithfreebies.com/images/false/About.png" alt="About" style="border:0 none;" onmouseover="this.src = 'http://funwithfreebies.com/images/false/About.png'"; return false;" onmouseout="this.src = 'http://funwithfreebies.com/images/false/About.png'"; return false;" />
is that part of the theme code?
or a special widget?
blogger21
Member
Posted 1 year ago #
It may be part of the theme code. How can I go about only having the word showing up and not the image x? Thanks for responding!