No Block URL

Posted in: Newspaper
Post count: 94

Hi,

Is there a way to completely prevent a block title from linking to somewhere?

I don’t want it pointing anywhere. So how do I do this in the Block properties, under “Optional – custom url for this block (when the module title is clicked):

Thank you!

Post count: 6600

Hi,

Leave this field empty http://screencast.com/t/XSrDBF0FHm

Thanks

Post count: 94

Hi Lucian,

By default it is blank, but still links to http://techplanet.nl/category/hardware/

It might have something to do with the fact that my Category Filter in this block is Hardware.

But still, I don’t want it linking to my Hardware section, just SHOW articles that are in my hardware section.

So how do I stop the Block title from linking, even when the field you said it empty?

Andre

Post count: 94

The block title should simply not be linkable

Post count: 6600

Hi,

Use this CSS to disable link:

.td_block7 .block-title {
pointer-events: none;
cursor: default;
}

Replace the .td_block7 with the class for the block you are using.

Hope this helps
Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.