Placing a LOGO in my website

Hi WordPress Champs,

Could you guide me (step by step) how to place a logo on my website “http://cistraining-rajesh.com/”. I want to place a logo similar to rtcamp.com. I am using the rtpanel child theme.

I did look into this POST “https://rtcamp.com/support/topic/positioning-the-logo-like-rtcamp-com/” but I am not able to figure out the “rtp-custom-hooks-applied.php” file since it does not exist on my server. Should I create a new file and then edit it. If I need to create a new file what should my code be in the new file. Could you guide me on this.

Thanks,
Rajesh

Hello Rajesh,

The rtp-custom-hooks-applied.php file is located under /lib/ directory of our example rtPanel child theme.

Also, you may need to call that file by require_once() php function in functions.php file. For the rest you can refer this thread.

Let me know if it works for you.

Hi Manish,

I have followed the link and edited my rtp-custom-hooks-applied.php and style.css. But nowhere in the code it has given directions to add the uploaded logo. Could you please guide me how to add the custom logo to the style.css code.

Thanks,
Rajesh

Hi Manish,

I was able to place the logo next to the Home Menu tab. However, I would like to make the Menu BAR stay at it’s place while browsing content. Could you help me with this.

Thanks,
Rajesh

Hello Rajesh,

Checkout this thread.

Let me if this helps and further assistance.

Thanks

Hi Manish/Sagar,

I was able to place a logo and also make the Menu BAR position fixed.
This ticket can be closed.

Thanks,
Rajesh

Hello Rajesh,
Thanks for the info.