remove Read More

Support Area Forums Moonrise remove Read More

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://www.mezzalunacafe.com
  • Author
    Posts
  • #25776
    Ron Marshall
    Participant

    Bill, is there a way to remove the ‘Read More’ from the staff photos?

    #25777
    Bill Robbins
    Moderator

    Hey Ron,

    You can do that. Here’s how:

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      li.staff-group-item a.more-link {
      	display: none;
      }
      
    3. Update your settings.

    If you decide you don’t want any text there in the future and want to remove the … you can take that out with this:

    
    li.staff-group-item p {
    	display: none;
    }
    

    Take care,
    Bill

    #25779
    Ron Marshall
    Participant

    thanks so much!!

    #25780
    Bill Robbins
    Moderator

    Anytime 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove Read More’ is closed to new replies.