I think this is a pretty simple question but I could do with some help.
I've included some bootstrap javascript inside an XF2 widget and included the bootstrap css:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css
Part of this is
which is overiding my body background colour and image as set in the XF style.
Is there any way to make it ignore this and leave it as it was?
I've included some bootstrap javascript inside an XF2 widget and included the bootstrap css:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.css
Part of this is
Code:
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
which is overiding my body background colour and image as set in the XF style.
Is there any way to make it ignore this and leave it as it was?