Jump to content

Recommended Posts

Posted

Because for put a background for this class  :  ipsData__item ipsData__item--discussions  

You put for all block when use this specific class understand ?

Then you can try it:  

li.ipsData__item ipsData__item--discussions  {
  background: url(your url img) no-repeat top center;
}

 

On this code you apply for all element :  li with class :  (ipsData__item ipsData__item--discussions)

Maybe you can limit this using (first-child) and last-child property

Posted

I just thought someone could take the old code and adapt it for this forum software. This is the old code:

.cForumRow.ipsDataItem[data-forumid="1013"]{
  background-image: url('https://i.imgur.com/GdVi7Jq.png') !important;
  background-size: cover !important;
  background-position: bottom center !important;
  min-height: 262px;
}
Posted (edited)

@FeigelInc

li.ipsData__item .ipsData__item--discussions[data-forumid="7"] {
  background-image: url('https://i.imgur.com/GdVi7Jq.png') !important;
  background-size: cover !important;
  background-position: bottom center !important;
  min-height: 262px;
}

This !

Edited by Marco Junior
Posted

all you need is this part not li.ipsdat_item

.ipsData__item--discussions[data-forumid="7"] {
  background-image: url('https://i.imgur.com/GdVi7Jq.png') !important;
  background-size: cover !important;
  background-position: bottom center !important;
  min-height: 262px;
}
  • Recently Browsing   0 members

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