![]() |
[SOLVED] Remove arrow
Hi there,
I am new to Wordpress but I love this free theme :) I want to remove the arrow as you can see at this image: http://i39.tinypic.com/28u6069.jpg I have checked everything (also this forum) but I canīt figure out how to do this. |
Very interesting, on the home page, the <title> tag appears to be <title>SiteTitle ← TagLine</title>, and it's the HTML escape code ← which is generating the left arrow.
The only way I can think of to change it (besides creating a child theme) is to use some JavaScript. Copy & insert this code into Appearances > Montezuma Options > Head > Insert Code > Bottom: Code:
<script> If you wanted to instead replace the left arrow with another character (like a colon), you could use the JavaScript replace function (the \u2190 is the UniCode hex value for the left arrow): Code:
<script> |
Thanks :) This removed only the arrow from īvragenī (as you mentioned that).
I have found this topic: http://forum.bytesforall.com/showthread.php?t=19069 That did the job for me. However... I can not use any more this tag: <ul></ul> I have to use short codes for it. For now Iam happy :) Thanks for your help/reply! |
All times are GMT -6. The time now is 10:28 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.