Quintus Theme – symbol at the bottom of each page

  • Unknown's avatar

    Hello there. I was just wondering if anyone knows if it is possible to remove the symbol at the bottom of each page in the quintus theme.

    The symbol looks like this: ~

    But I can’t seem to find it in the code. Thanks in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To remove the ~ symbol from the bottom of Quintus posts and pages, add this to your Appearance → Custom Design → CSS editor:

    .content article {
    	background: none;
    }
  • The topic ‘Quintus Theme – symbol at the bottom of each page’ is closed to new replies.