Hi, I am having trouble placing an image in the header. I have a logo there already but want to place some text as an image beside it. I am using a child theme.
Hi Richard,
Can you post the link to your website please?
Also, the image you’d want to put and a mockup of what you want to achieve would be helpful.
Regards,
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue
Not possible as it on localhost
regards
Richard
Hi,
Open header.php and look for line 152. after that container div put this:
<img src="_THE_IMG_URL" class="custom_logo">
Then, add this to the Quick CSS:
.custom_logo{
position: absolute;
left: 70px;
top: 5px;
}
You may need to adjust the left value a bit.
Regards,
Josue
Hi
Strange but I am getting this error
Parse error: syntax error, unexpected ‘<‘ in C:\WAMP\www\pmaaustralia\wp-content\themes\enfold\header.php on line 153
but the entry is this
Any ideas?
Regards
Richard
Hi!
Make sure you don’t put it inside the <?php tag:
Regards,
Josue
Hi,
I knew that!! dah!! Thanks for your help. Appreciate it
regards
Richard
You are welcome, glad we could help :)
Regards,
Josue