Hi,
In general you have to create a specific class i.e. myclass and use it with the .box class for styling the elements. Example CSS selectors:
- Code: Select all
.box.myclass .box-title {}
.box.myclass a {}
.box.myclass a:active,
.box.myclass a:focus,
.box.myclass a:hover {}
.box.myclass li {}
then you can use your own style specyfing the Custom CSS class in the Widget Rules.