-
AuthorPosts
-
January 26, 2021 at 2:28 pm #1275489
I have a sitemap in my website’s footer: https://affiliatemanager.expert/
The top link in the [footer] sitemap is to this page: “A complete guide to choosing an Affiliate Management Agency”.
What I want to do is edit the text from “A complete guide to choosing an Affiliate Management Agency” to “Start Here” without editing anything on the page itself.
How can I do this?
January 26, 2021 at 4:32 pm #1275522Hi, a bit hacky, but you can try to play around this:
li.page_item.page-item-1249 a { margin-left: -1000px; } li.page_item.page-item-1249 a:after { content: "Start here"; position: absolute; left: 0px; top: 37px; }
January 27, 2021 at 11:01 am #1275724That worked! Thanks, cherrmann! (I really need to learn CSS).
January 27, 2021 at 11:12 am #1275731Hi jamesnardell,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 28, 2021 at 10:05 am #1276012I used the code below.
li.page_item.page-item-1249 a {
margin-left: -1000px;
}li.page_item.page-item-1249 a:after {
content: “Start here”;
position: absolute;
left: 0px;
}Something very odd that I don’t understand….
1. Click on ‘Start Here’ from the footer link.
2. When you’re on this page: https://affiliatemanager.expert/choosing-an-affiliate-management-agency/ the top Navigation menu gets messed up.
Any ideas on a fix?
January 28, 2021 at 9:16 pm #1276139Hi jamesnardell,
Can you disable caching and minification for now?
Best regards,
VictoriaJanuary 29, 2021 at 3:00 am #1276204I’d really prefer not to, Victoria. Is there any other way to find a fix to this issue?
January 29, 2021 at 3:24 pm #1276324OK. I have now disabled caching and minification, Victoria.
Do let me know what to do next.
January 29, 2021 at 8:14 pm #1276397Hi jamesnardell,
Actually, it’s this css that you added breaks it:
Please try using it like this:
#footer #pages-2 li.page_item.page-item-1249 a { margin-left: -1000px; } #footer #pages-2 li.page_item.page-item-1249 a:after { content: "Start here"; position: absolute; left: 0px; }
If you need further assistance please let us know.
Best regards,
VictoriaJanuary 30, 2021 at 2:32 am #1276464That worked! You are amazing, Victoria! Thanks for all your help.
Take care.
James
February 1, 2021 at 3:53 am #1276647Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Sitemap [Footer] – Small Edit’ is closed to new replies.