How to add custom URL on title´s VIDEO PLAYLIST BLOCK?

Posted in: Newspaper
Post count: 26

Hi, I want to add a custom URL on tittle´s VIDEO PLAYLIST BLOCK, but there isn´t any option for do it. 🙁

Help me please! 🙁

  • This topic was modified 9 years by Ingente.
Post count: 22421

Hello,

Sorry but this element does not feature a block title url. You will have to find another method to add an url.
You can create your own title with link using html.
Here is an example:
add this in a raw html element: <div class="td-block-title-wrap"><h4 class="block-title"><span><a href="www.mycustomurl.com">Mycustomtitle</a></a></span></div>
Now you have your own title to place wherever you want
There will be a color issue https://www.screencast.com/t/nGq6CwMtS that can be fixed by adding a custom class to the row that contains the custom title we created. After adding a custom class to the row, you can use it together with css to change the color. https://www.screencast.com/t/ozDo9ebt

.mycustomclass .block-title a{
    background-color: red;
}

Thank you!

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