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] dotted line when using page-center tag


  #1  
Old Jan 29, 2010, 12:53 AM
djaef
 
11 posts · Jul 2009
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
 
320 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

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 10:12 PM.


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