eaststandboy Active member Jun 14, 2024 #1 Hello Is it possible to add a home button and a list button on this navigation?
eaststandboy Active member Jun 14, 2024 #3 philmckrackon said: View attachment 304290 Click to expand... Yep, but when you are in mobile view, i want it to appear on the nav bar, not via the hamburger. Upvote 0 Downvote
philmckrackon said: View attachment 304290 Click to expand... Yep, but when you are in mobile view, i want it to appear on the nav bar, not via the hamburger.
philmckrackon Well-known member Jun 14, 2024 #4 You will have to add it to the page_container template via template coding. Look for <div class="p-nav-opposite"> Upvote 0 Downvote
You will have to add it to the page_container template via template coding. Look for <div class="p-nav-opposite">
eaststandboy Active member Jun 14, 2024 #5 philmckrackon said: You will have to add it to the page_container template via template coding. Look for <div class="p-nav-opposite"> View attachment 304292 Click to expand... what do i add? total newbie! Upvote 0 Downvote
philmckrackon said: You will have to add it to the page_container template via template coding. Look for <div class="p-nav-opposite"> View attachment 304292 Click to expand... what do i add? total newbie!
philmckrackon Well-known member Jun 14, 2024 #6 This is just an example. Find [/icode]<div class="p-nav-opposite">[/icode] Add this for a button to go to xenforo after the above code. Code: <a href="https://xenforo.com" class="p-navgroup-link p-navgroup-link--textual" data-follow-redirects="on"> <span class="p-navgroup-linkText">Click for Xenforo</span> </a> If you do not want to edit, you might like this addon. [cXF] Top Navigation Jun 12, 2018 Add extra navigation on top of your forum with many options. Last edited: Jun 14, 2024 Upvote 0 Downvote
This is just an example. Find [/icode]<div class="p-nav-opposite">[/icode] Add this for a button to go to xenforo after the above code. Code: <a href="https://xenforo.com" class="p-navgroup-link p-navgroup-link--textual" data-follow-redirects="on"> <span class="p-navgroup-linkText">Click for Xenforo</span> </a> If you do not want to edit, you might like this addon. [cXF] Top Navigation Jun 12, 2018 Add extra navigation on top of your forum with many options.