"Read More" adjustment

  • Just upgraded to the premium theme. Digging it so far, but I do have one issue I can’t figure out how to fix.

    I’m not happy with where the “Read More” label is located – or the fact that you have to move the cursor over the story to even make it visible.

    Am I able to either make the “Read More” permanently visible on my home page in its current location, or (preferably) move its location to the end of the text of each post?

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

  • You could reposition and style the Read More link with a bit of custom CSS which would require the Custom Design upgrade. The following CSS should get you started in the right direction.

    .multiple #entry-container .more-link {
    position: static;
    display: block;
    color: black;
    visibility: visible;
    background: none;
    border: none;
    padding: 0;
    font-size: 1em;
    margin-top: 1em;
    }
  • Getting that much into CSS is a little above my pay grade at this point.

    I came up with a fairly usable workaround. I just put in text “continue reading” at the point at which I want the story to jump from the homepage. Then I make those words a link so that if someone clicks on “continue reading” on the homepage it redirects them to the full story.

  • The topic ‘"Read More" adjustment’ is closed to new replies.