Myweblogin Knowledge Base

How to make Mother`s Day / Valentines Day Menu item Red or Pink

To make the menu item for Mother`s Day, Valentine`s Day etc red or pink use the following code:

<script>
  <dollar>(document).ready(function() {
      <dollar>("li a:contains(`mother`)").css("color", "red");
  });
    
</script>

This will make the text colour pink wherever the link to the page contains the the word in this example Mother.

Place this code in the main template of the site at the bottom of the template.

This will work in the main menu as well as any other menu where the link looks like this:

<li><a href="/mothers-day-flowers">Mother`s Day</a></li>

Remove the code snippet when you no longer want the menu item highlighted.

Related Search Terms

  • How do I highlight a menu item
  • Highlight Mothers Day menu
Added: 2025-4-03 and last modified: 2025-4-03
Related Topics