Jump to content

How to stop Pages Block/Widget having a border


AutoItScript

Recommended Posts

Given that the block is this:

<li class="ipsWidget ipsWidget_horizontal ipsBox" data-blockid="app_cms_Blocks_wu1hs58ue" data-blockconfig="true" data-blocktitle="Custom Blocks" data-controller="core.front.widgets.block">

Can you see what is wrong with this selector?

.ipsWidget.ipsWidget_horizontal.ipsBox[data-blockid=*app_cms_Blocks_wu1hs58ue] 
{ 
background: #e9e9e9;
border: 0;
}

Edit: Changed it to this instead and it works.

.ipsWidget.ipsWidget_horizontal.ipsBox[data-blockid="app_cms_Blocks_wu1hs58ue"] 
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...