Here is my site.
This is the page in question, its not linked to the main part of my site yet.
This is the code that was previously working:
.et_pb_slide_description aboutslider {
max-width: 650px;
text-align:left;
padding: 40px 0 20px 20px;
margin: 0 auto;
float:left;
}
.et_pb_slide_description aboutslider h2 {
padding: 0 0 10px 0;
font-size:210%;
margin: 0 auto;
color: rgb(100,63,136);
line-height:130%;
}
also tried just changing the colour of the heading with this:
h2 {
color: rgb(100,63,136);
}
Any ideas? Thanks for your help!