-1

I have two summary link webpart. I applied CSS for one webpart and same CSS is applied to another webpart too .. kindly help to display different color to webparts. .dfwp-list{background-color: #0072C6;}

1 Answers1

1

you need to write selectors specifically for the second webpart.

a not so good solution, but will do the job, is finding the id of the webpart and then write

#webpartid .myClass{}

ideally you shoukd include this in the page itself maybe in a CEWP to make sure other pages/webparts are not affected

Tiago Duarte
  • 3,244
  • 3
  • 23
  • 29