Thank you for this wonderful theme.
I have two questions regarding sidebar.
My URL: http://fleur-dor.com/wp/
Atahualpa 3.7.1 WordPress 3.2.1
1. I don't want the dashed border that appears after clicking an item in the sidebar.
Following earlier instructions I found in this forum, I added the following in the CSS Inserts but unfortunately none of them worked.
div#menu1 {border: 1px solid #ffffff;}
div#menu1 {border: none;}
div#menu1 a:visited {border: none!important;}
div.widget a:visited {border: none!important;}
What should I do?
2. Is there a way not to link an item in the sidebar to a page?
For example, I don't want "Works" to be linked to a page because it is just there to group Works 1 to Works5. So I just want it to be there in the sidebar without any links to any page.
Likewise, for 'Subscribe', I want the readers to be able to click only 'Disclaimer' or 'Disclaimer2' and not 'Subscribe'.
Is this possible?
Thank you in advance.