How could I get rid of the dotted borders that surround all the different containers on the page?
Also, I would like to make the navigation links (i.e. "Home, About, Contact") taller/bigger. Not bold, just taller and wider.
Any thoughts? thanks.
How could I get rid of the dotted borders that surround all the different containers on the page?
Also, I would like to make the navigation links (i.e. "Home, About, Contact") taller/bigger. Not bold, just taller and wider.
Any thoughts? thanks.
just go to your css file then search for divs with border properties (e.g border:1px dotted black;) then remove them
just go to your css file then search for divs with border properties (e.g border:1px dotted black;) then remove them
hmmm... i tried that. seemed like it should work, but for some reason the dotted borders are still displaying.
Put your styles into Atahualpa Theme Options -> HTML/CSS Inserts -> CSS Inserts, instead of manually editing style.css
hey, i see a 1px dashed #ccc in your css remove them. I thought you said dotted?!
This topic has been closed to new replies.