Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

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

[SOLVED] dotted line when using page-center tag


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Jan 29, 2010, 12:53 AM
djaef
 
11 posts · Jul 2009
[SOLVED] dotted line when using page-center tag

I can't seem to get rid of the dotted lines at either side of the page menu when I use the page-center tag. If I use the pages tag, the dotted lines disappear, but I don't think I'm forgetting to style them anywhere. They seem to be built in to page-center. See here

thanks for any help.

geoff

I have a million other problems, but let's start with an easy one....
  #2  
Old Jan 29, 2010, 01:35 AM
pakacil
 
20 posts · Jan 2010
I tried this ...

open and edit the css.php file
find this code (line 2588-2590) - see the bold
Code:
div#menu1 {
	border: dashed 1px #ccc;
}
and I changed it to ...
Code:
div#menu1 {
	border: dashed 1px #FFFFFF;
}
actually, I just changed the color of the border (I made the border and background color are same)
so the dashed border (dotted lines) seems to be disappear

___
• tried with Atahualpa 3.4.5.1

Last edited by pakacil; Jan 29, 2010 at 01:40 AM.
  #3  
Old Jan 29, 2010, 06:48 AM
Wimbledon's Avatar
Wimbledon
 
322 posts · Apr 2009
[VA & AZ], USA
pakacil's code is correct - simply match the color of the border and the background.

However, you do not need to edit the css.php file.

Simply copy + paste as a CSS Insert:

HTML Code:
div#menu1 {
	border: dashed 1px #your_color_here;
}
Into Atahualpa Theme Options (ATO) > Add HTML/CSS Inserts > CSS Inserts
  #4  
Old Jan 29, 2010, 10:24 AM
juggledad's Avatar
juggledad
 
19,986 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
pakacil, remember, each time you make a change to the code itself, you need to document it so the next release you can make the change again...however if you do as Wimbledon suggested, the change is stored in the DB and you will NOT have to make the change again. Food for thought.

Last edited by juggledad; Mar 15, 2010 at 05:32 AM.
  #5  
Old Jan 29, 2010, 06:36 PM
djaef
 
11 posts · Jul 2009
thanks guys.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox- removing the dotted line around links? ericinnyc Header configuration & styling 2 Jul 22, 2009 09:37 PM
[SOLVED] Probs w/tag line ariels Header configuration & styling 8 Jul 13, 2009 06:41 PM
How do I get rid of a dotted line and blank space above? nasu Atahualpa 3 Wordpress theme 1 May 29, 2009 01:00 PM
How to change dotted border line in the layout to solid line? araneum Atahualpa 3 Wordpress theme 1 Feb 21, 2009 06:40 PM


All times are GMT -6. The time now is 01:16 AM.


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