Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Page & Category Menu Bars »

[SOLVED] Remove the dotted outline around page menu bar


  #1  
Old Sep 26, 2010, 09:15 PM
over_cloud9
 
14 posts · Dec 2009
kolkata,India
A short and quick question- how do I remove the dotted grey line in the pic below (I've marked it with the black rectangle)?


I checked all the settings in atahualpa 3.44, most obviously in the header styling and page menu bar area. The dotted line appeared when I changed the header config from %page to %page-center. Before that, it wasn't there.

Also when I see my website in IE, the rounded corners of the site's body and widget boxes do not show, do I need to use any particular code for that? I used some code for Mozilla.

My website is : overcloud9.com
  #2  
Old Sep 26, 2010, 09:32 PM
over_cloud9
 
14 posts · Dec 2009
kolkata,India
Ah found it in the forum! the css.php has div1 menu where that dotted border is defined. that border code needs to be removed.
  #3  
Old Sep 27, 2010, 04:42 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
However, you do not need to edit the css.php file.

Simply copy + paste as a CSS Insert:

HTML Code: to make it a solid line
HTML Code:
div#menu1 {
	border: dashed 1px #your_color_here;
}
HTML Code: to make it go away
HTML Code:
div#menu1 {
	border: dashed 0px #fff;

}
Into Atahualpa Theme Options (ATO) > Add HTML/CSS Inserts > CSS Inserts
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #4  
Old Sep 27, 2010, 08:26 AM
over_cloud9
 
14 posts · Dec 2009
kolkata,India
Thanks Juggledad, I figured it out

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I remove the entire menu bar from just one page? Shama Header configuration & styling 6 Dec 12, 2010 04:49 PM
[SOLVED] Remove page menu bar from specific pages noonan Atahualpa 3 Wordpress theme 3 Jan 14, 2010 05:34 PM
[SOLVED] Dotted lines on category bar when centered WesleyTack Page & Category Menu Bars 3 Dec 23, 2009 05:58 AM
[SOLVED] Remove header image and menu bar from just one page tdill Header configuration & styling 18 Dec 10, 2009 05:01 PM
Keep the name on the Page Menu Bar, remove the name on the page jockoe Page & Category Menu Bars 5 Mar 23, 2009 10:02 PM


All times are GMT -6. The time now is 04:25 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.