Adding Text Next To Logo On Wordpress

Hi All,

New to the forums here, so shut me down if need be.
I’m working on my website sealsafetyproducts.com and I’m looking to add, next to my logo, “Ask An Expert” with our phone number beneath it.
For example: envirosafetyproducts.com

I can not figure this out and hopefully you guys can help!

Thank you!

Hi @Taylorallen0692
you need to add to the file php

find a line of code

and insert a piece of code between two closing div

<p class="phone">
<a href="tel:(661) 400-6330">
<span>Ask An Expert</span>
<br>
(661) 400-6330
</a>

also add css

.phone {
    font-weight: bold;
    text-align: right;
    font-size: 30px;
    line-height: 30px;
}

Really sorry for being such a rook, but I’m having a tough time locating that section in my php files. Any idea where it should be located?

1 Like

Have you tried to reach out to Pearl theme author for support?
If not, please use following section:

I’m sure the author StylemixThemes will be able to point you in the right direction.

Thanks!

Just wanted to update that I got it taken care of by contacting the author.

Thank you again for your help!

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.