Hi, I'm using your 666 theme, is there a way I can remove all the extra links? Thanks
first you’ll wanna go down to the body of the theme; if u have windows, u can do this by ctrl+f (opens searchbox) and typing in “
” and pressing enter. scroll down to the section that codes the sidebar (it’s only a few lines down), which looks like this minus the purple box:
the purple box is the specific code for the sidelinks. for the ones you want to totally delete, remove the entire section between the parentheses. i.e.:
(a href=“text:link # url)” title=“text:link # url)”>#)
i recommend starting at the last one and working your way up! if you want to also delete the parts of code that will make the enter-options in your customization screen so it’s all equal, go back to the top of the theme (ctrl+f --> “
”) and scroll down to this part:
the purple box contains the ones that code to the sidelinks. delete the corresponding ones for the links you deleted from the body.