Resin01
Member
Posted 1 month ago #
Hi everyone. I'm having a small issue i hope someone can help figure out.
In the theme there seems to be an issue that there is a double border to the very left in the page menu bar. Anyone know how to remove this?
You can see what I mean on my test site http://testdummies.dk
Thanks in advance.
René
alchymyth
Member
Posted 1 month ago #
somewhere at the end of the css of the theme atahualpa add following line:
div#menu1 ul#rmenu2 { border-left:none; }
(i am not sure if it will work, as the styles are generated dynamically in atahualpa) - good luck
You can add custom CSS inserts via the theme option panel:
1. Go to the theme options page
2. Near the bottom click on "Add HTML/CSS inserts"
3. Go to the bottom of that option page for "CSS Inserts"
4. Add: div#menu1 ul#rmenu2 { border-left:none; }
5. Click on the HUGE Save Changes button
I ran across something similar a few days ago here: http://wordpress.org/support/topic/317263?replies=14
Hopefully it will get you pointed in the right direction.
Resin01
Member
Posted 1 month ago #
Hey guys.. That was spot on!.. I had tried with some code along those lines but I had left out #rmenu2.
Thanks!
billmelendez
Member
Posted 1 month ago #
Resin01:
I am super new. I like the way you did the menu bar. Mind sharing how you did that?