Comments MarshaLouise started the conversationOctober 17, 2020 at 10:23amHi,Is there a way I can add an image link next to the mobile menu icon in the header? Where the social icons are but much closer to the menu icon.Thank you 2,701PenciDesign repliedOctober 18, 2020 at 1:57amHi,You can add the logo on that place by go to Customize > Logo and Header Options > and check to "Display Logo on Horizontal Navigation on Mobile"Best Regards,PenciDesignMarshaLouise repliedOctober 18, 2020 at 7:15amHi,I don't want it to be my logo. What I meant was a custom icon of mine that links to wherever I want it to link to.Here's an example blog linking to her readers' favourites using a heart icon in her mobile header - https://www.recipetineats.com/ 2,701PenciDesign repliedOctober 18, 2020 at 9:51amHi,If you want to do like that, you need to edit the file inside this theme.Please do following steps:1/ Add more the code like on this image: <div class="pcustom-icon-mobile"> <a href="YOUR_URL_PUT_HERE"><?php penci_fawesome_icon('fas fa-heart'); ?></a> </div>Note: Change the "YOUR_URL_PUT_HERE" on the above code to the URL you want to go when users click on "heart" icon.2/ Add more this code to Customize > Custom CSS: .pcustom-icon-mobile { float: left; line-height: 60px; margin-left: 10px; font-size: 21px; display: none; } @media only screen and (max-width: 960px){ .pcustom-icon-mobile { display: inline-block; } }Hope this helps,Best Regards,PenciDesignMarshaLouise repliedOctober 18, 2020 at 11:27amThank you so much, that worked! :) Sign in to reply ...
Hi,
Is there a way I can add an image link next to the mobile menu icon in the header? Where the social icons are but much closer to the menu icon.
Thank you
Hi,
You can add the logo on that place by go to Customize > Logo and Header Options > and check to "Display Logo on Horizontal Navigation on Mobile"
Best Regards,
PenciDesign
Hi,
I don't want it to be my logo. What I meant was a custom icon of mine that links to wherever I want it to link to.
Here's an example blog linking to her readers' favourites using a heart icon in her mobile header - https://www.recipetineats.com/
Hi,
If you want to do like that, you need to edit the file inside this theme.
Please do following steps:
1/ Add more the code like on this image:
Note: Change the "YOUR_URL_PUT_HERE" on the above code to the URL you want to go when users click on "heart" icon.
2/ Add more this code to Customize > Custom CSS:
Hope this helps,
Best Regards,
PenciDesign
Thank you so much, that worked! :)