Home › Forums › Pro Support › Title on image › Reply To: Title on image
March 23, 2017 at 8:19 pm
#1806
Keymaster
You could do this:
.wp-show-posts-inner {
position: relative;
}
.wp-show-posts-entry-header {
position: absolute;
top: 10px;
left: 10px;
z-index: 99;
}
Then style the title using the color settings etc..