lucassaugen Posted January 24, 2022 Posted January 24, 2022 Site URL: http://www.saugenphotography.com I've got a 7.1 portfolio created. I had to manually link to each project in the portfolio for it to show on my the main navigation. That works fine but when you visit each project the active page isn't underlined. Do I have to add some custom CSS? If you check out my site all the top links except for about are within a gallery. Thanks in advance.
tuanphan Posted January 25, 2022 Posted January 25, 2022 Your items in Navigation is Link so underline on active external link item won't appear. To make them underline, we will need to add code on all portfolio sub pages. If you still want this, we will give the code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted January 27, 2022 Posted January 27, 2022 On 1/25/2022 at 11:05 PM, lucassaugen said: That would be amazing! Edit Product Lifestyle Page >> Add a Code Block (anywhere) >> paste this code <style> header#header [href="/work/product-lifestyle"] { border-bottom: 1px solid; } </style> Edit Still Life page >> Add a Code Block (anywhere) >> Paste this code <style> header#header [href="/work/still-life"] { border-bottom: 1px solid; } </style> Edit Product Page >> Add a Code Block (anywhere) >> Paste this code <style> header#header [href="/work/product"] { border-bottom: 1px solid; } </style> Edit Apparel >> Add a Code Block >> paste this code <style> header#header [href="/work/apparel"] { border-bottom: 1px solid; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
lucassaugen Posted January 27, 2022 Author Posted January 27, 2022 (edited) Well that was easy enough. That's for the code. I find it strange that you can't just link to projects directly in 7.1 but your fix is perfect. Thanks again. Edited January 27, 2022 by lucassaugen
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment