Editing Block 12

Posted in: Newsmag
Post count: 196

Hello, I wanted to make a few edits to Block 12. I am going to use it on the homepage. How do I do the following:

1. Remove “Read More”
2. Make thumbnail size larger but still fitting
3. Shorten excerpt

Thanks in advance

Post count: 6535

Hi

Try this custom css in theme panel >custom css:

.td_block_12 .td-read-more{
display:none;
}

.td_block_12 .td-module-thumb{
width:300px;
height:210px
}

.td_block_12 .td_module_11 .td-module-thumb .entry-thumb{
width:270px;
}

Use the excerpts settings from theme panel: http://screencast.com/t/nrdmNlN0

Thanks!

Post count: 196

Couple issues I ran into with this:

1. Middle ad is not aligning correctly.
2. The “read more” button shows up then disappears.

Post count: 6535

Hi

1. Please provide a link so i can inspect this problem closer.
2. This delay usually happens because of the speed booster plugin which move the css and js at the bottom of the page structure so that the page will load faster and because of the cascading property of css the text appear this delay. Try to add the custom css that I give you in style.css: http://screencast.com/t/QzC0stQhO

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.