Remove Organized Themes text and link in footer

Support Area Forums Foxy Remove Organized Themes text and link in footer

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.pourovercafe.com
  • Author
    Posts
  • #27958
    Suzanne Jamieson
    Participant

    I’ve tried the custom css code I found for other themes, but it is not working in Foxy and don’t see a thread on this topic.

    .footer-credits { display: none; }

    .footer-right { display: none;}

    .footer-left { display: none;}

    Thank you!

    #27959
    Bill Robbins
    Moderator

    Hello Suzanne,

    Great question. It is just a bit different in Foxy. Here’s what to do:

    1. Go to your theme options page and choose the Style tab.
    2. Scroll down to the Custom CSS box and add this:
      
      footer#primary {
      	display: none;
      }
      
    3. Update your settings.

    If you run into trouble, let me know.

    Have a great weekend,
    Bill

    #28093
    Suzanne Jamieson
    Participant

    Thank you! That worked.

    How could I edit that information instead of completely removing it?

    Thank you for your help.

    #28094
    Bill Robbins
    Moderator

    Good question. In the theme options on the general options tab, there is a field where you can enter text for the footer. When there is text there, it will replace the default.

    Let me know if it gives you trouble.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove Organized Themes text and link in footer’ is closed to new replies.