Removing navigation box with food menu

Support Area Forums Foxy Removing navigation box with food menu

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://spuntinoofdoylestown.com/?page_id=166
  • Author
    Posts
  • #17806
    Salvatore Carollo
    Participant

    how do i remove the red navigation box within my food menu page?

    #17819
    Bill Robbins
    Moderator

    Hello Salvatore,

    Great question. You can remove the page title from that page. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      .page-id-166 h1.title {
      	display: none;
      }
      
    3. Update your settings.

    If you run into any questions or trouble, just let me know.

    Thanks,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Removing navigation box with food menu’ is closed to new replies.