As you can see here http://prntscr.com/lnd4nw those category names arent clickable. Is it possible to make them clickable? Also, is it possible that they have background in category color?
Hi,
What you indicate in screenshots are not categories, are the title of blocks ( https://www.screencast.com/t/C3hcyUco9 ), in order to be clickable you need to set title url, and add text color, and background color.
https://www.screencast.com/t/RdQMhK8Y
Hope this will help you.
Thank you for your understanding.
Hi,
For link on title block please set a url title
https://www.screencast.com/t/QCly296HK9
Unfortunately WP Bakery do not have option for title background color, only if you chose to use custom css.
Thank you for your understanding.
Hi,
Here is custom code for background color, just replace te page id and the block number; set the code in Newspaper>Theme panel>Custom code>Custom css.
.page-id-676 .td_block_4 h4 .td-pulldown-size{
background-color: red;
}
https://www.screencast.com/t/LInAccbNuuj
https://www.screencast.com/t/sRp8sFbxC
Hope this will help you.
Thank you for your understanding.