Exclude Content By CSS Selectors Not Working?
Sometimes it seems that this CSS selector is right but it is not working. In that can you have to change the “CSS Selector” Like
#my_custom_selector pThis seems right but it’s not working in that case you have to just change the selector pattern like
div#my_custom_selector p.my_custom_paragraphTo learn more about it please view this video
