Viewing 1 replies (of 1 total)
  • Plugin Author WP Apps

    (@wp-apps)

    Thank you for asking! ??

    CSS Fallback tries to use some CSS snippets to hide specified singular titles on case if your current theme does not use WordPress singular titles properly.

    You have to modify css-fallback.css file to suite your needs. You need also some knowledge about HTML and CSS to use this feature. css-fallback.css file is loaded only for page/post for which the title hiding is enabled.

    CSS Fallback is needed only on case, when theme desinger haven’t used WP API properly. You have to create css instrucions for sepecific HTML element to hide it, for example:

    .post h1.title {
    	display: none;
    }

    You have to figure out the peopre css snipet by yourself as it’s theme dependent.

    Let us know, if you have any additional questions.

Viewing 1 replies (of 1 total)
  • The topic ‘CSS Fallback usage?’ is closed to new replies.