radicalproxy New Member Jul 15, 2021 #1 I would like to change the text of the menu that says Add Your Site, to green and bold, how can I do it? Can it be done from Manage Custom Menus in extra attributes? From there you can insert a button image that says Submit yor site?
I would like to change the text of the menu that says Add Your Site, to green and bold, how can I do it? Can it be done from Manage Custom Menus in extra attributes? From there you can insert a button image that says Submit yor site?
Mark Administrator Staff member Jul 17, 2021 #2 you will need to edit child/wrapper.html find: Code: <a class="nav-link" href="{$list_url}/join/"> Replace with: Code: <a class="nav-link greenlink" href="{$list_url}/join/"> Then add this to skins/default/user.css Code: .nav-link.greenlink { color: green !important; font-weight: bold; }
you will need to edit child/wrapper.html find: Code: <a class="nav-link" href="{$list_url}/join/"> Replace with: Code: <a class="nav-link greenlink" href="{$list_url}/join/"> Then add this to skins/default/user.css Code: .nav-link.greenlink { color: green !important; font-weight: bold; }
radicalproxy New Member Jul 20, 2021 #3 I just wanted to say that everything they have told me has worked. Now it looks much better.