Comments jason started the conversationFebruary 13, 2015 at 9:07pmI was curious if there would be a way to get rid of the standard text header through css (where it says amber elephant) and include an image instead. 8,848Tahir repliedFebruary 14, 2015 at 1:36pmHey!Sure, use this css : body.single-portfolio .row .col.section-title h1 { text-indent: -9999px; background: url(http://jbaesel.com/wp-content/uploads/2015/02/logo-final.png); background-size: 50%; background-position-y: -9px; background-repeat: no-repeat; background-position-x: center; }Thanks ThemeNectar Support Team Sign in to reply ...
I was curious if there would be a way to get rid of the standard text header through css (where it says amber elephant) and include an image instead.
Hey!
Sure, use this css :
Thanks
ThemeNectar Support Team