Sorry for starting another thread, but I have been through numerous posts and CSS codes to no avail.
I have been able to make one needed change – show full title with following code
}
.x-recent-posts .h-recent-posts{
white-space:normal;
}
I am not sure if this is affecting additional code being added.
The most recent CSS mod I tried was:
}
.x-recent-posts a {
box-shadow: none;
border: none;
}
but not matter what code I use, it has a grey box behind the recent posts displayed.