Jump to content

How to insert logo in nav position?


Danmant_DK

Recommended Posts

4 hours ago, Danmant_DK said:

How can I insert payment logo's and text in the Nav position?

 

Hi,

In nav.tpl file, you might need to add below code

<!-- Example payment logos and text -->
<li class="payment-logos">
    <img src="path-to-payment-logo1.png" alt="Payment Logo 1">
    <img src="path-to-payment-logo2.png" alt="Payment Logo 2">
</li>
<li class="payment-text">
    We accept various payment methods for your convenience.
</li>


Customize the src attribute of the <img> tags to point to the actual image URLs of your payment logos.

NOTE You may need to add CSS styles to position the payment logos and text properly within the navigation bar.

Ensure that your modifications are responsive to different screen sizes and devices. Adjust the CSS and layout as needed to ensure a consistent and appealing display.

After making the necessary changes, save the nav.tpl file, clear the cache. 

Let me know If it helps!

Thanks!

Link to comment
Share on other sites

15 hours ago, AddWeb Solution said:

Hi,

In nav.tpl file, you might need to add below code

<!-- Example payment logos and text -->
<li class="payment-logos">
    <img src="path-to-payment-logo1.png" alt="Payment Logo 1">
    <img src="path-to-payment-logo2.png" alt="Payment Logo 2">
</li>
<li class="payment-text">
    We accept various payment methods for your convenience.
</li>


Customize the src attribute of the <img> tags to point to the actual image URLs of your payment logos.

NOTE You may need to add CSS styles to position the payment logos and text properly within the navigation bar.

Ensure that your modifications are responsive to different screen sizes and devices. Adjust the CSS and layout as needed to ensure a consistent and appealing display.

After making the necessary changes, save the nav.tpl file, clear the cache. 

Let me know If it helps!

Thanks!

Thank you

It is a bit complicated for me. Too many variables

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...