• Resolved stargirl1

    (@stargirl1)


    i have just started using annotum.

    i’ve got a two part question.

    1) how can i hide the word “home” on the start page title

    2) how can i add a “read more link”? right now the articles have a […] at the end but you can’t click on it. i would like something, either text that says read more, or make the three dots clickable.

    my demo site that i now have it loaded on for testing is http://www.lizartlizard.com/blanco

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author annotum

    (@annotum)

    Regarding [1],

    As discussed in another support thread, you can use CSS to hide the title on all pages by changing <header class="header"> to <header class="header" style="display: none;"> in annotum-base/content/page.php (You can use the theme editor, e.g. http://your-site.example.com/wp-admin/theme-editor.php?file=content%2Fpage.php&theme=annotum-base&scrollto=0 for this). Note that this change would be lost in any theme upgrade.

    Alternatively, you can modify the menu text by using a custom menu item (in case you want a heading that says something different than “home” on the page, but still “home” in the main menu.

    Regarding [2], Please see http://codex.wordpress.org/Customizing_the_Read_More

    Thread Starter stargirl1

    (@stargirl1)

    do you mean editing the PHP or changing the CSS?

    i have tried multiple combinations of the CSS code (see below), none of which has worked. what i am asking for is the correct CSS code to use.

    .home h1.page-title {display: none;}

    .page-title {display: none;}

    .header {display-none;}

    .header .page-title {display: none;}

    alternatively i have found a plugin that can do this but there should be a way of doing this in CSS.

    Theme Author annotum

    (@annotum)

    For annotum, the css changes need to go in assets/main/css not in style.css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hide page title on Home and read more links with annotum theme’ is closed to new replies.