JTeich Posted January 3 Share Posted January 3 Hello, I'd like to change all the colours of the index navigation bullets for ONE section. These are the bullets currently. There are great for everywhere else. These colours (orange, purple, and teal) are fine for everywhere else I need them to be different colours for this page https://africanaeconomics.com/africana-portal/ I know it has to be something like the following <style> #collection-638633baa89b9902cf5927fa{ .tweak-index-nav-style-faded-dots .Index-nav.overlay .Index-nav-indicator { background-color: rgba(255,0,116, 0.8); .tweak-index-nav-style-faded-dots .Index-nav-item.active .Index-nav-indicator { background-color: #1034A6; } </style> Thanks so much guys! https://africanaeconomics.com/africana-portal/ Link to comment
Solution tuanphan Posted January 7 Solution Share Posted January 7 Add to Africana Portal Page Header <style> nav.Index-nav>div>a:nth-child(2) .Index-nav-indicator { background: green !important; } nav.Index-nav>div>a:nth-child(3) .Index-nav-indicator { background: #f1f; } nav.Index-nav>div>a:nth-child(4) .Index-nav-indicator { background: blue; } nav.Index-nav>div>a:nth-child(5) .Index-nav-indicator { background: black; } </style> JTeich 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
JTeich Posted January 9 Author Share Posted January 9 On 1/7/2023 at 3:43 AM, tuanphan said: Add to Africana Portal Page Header <style> nav.Index-nav>div>a:nth-child(2) .Index-nav-indicator { background: green !important; } nav.Index-nav>div>a:nth-child(3) .Index-nav-indicator { background: #f1f; } nav.Index-nav>div>a:nth-child(4) .Index-nav-indicator { background: blue; } nav.Index-nav>div>a:nth-child(5) .Index-nav-indicator { background: black; } </style> Thank you so much! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment