Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] dotted line when using page-center tag (http://forum.bytesforall.com/showthread.php?t=5573)

djaef Jan 29, 2010 12:53 AM

[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....

pakacil Jan 29, 2010 01:35 AM

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

Wimbledon Jan 29, 2010 06:48 AM

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

juggledad Jan 29, 2010 10:24 AM

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.

djaef Jan 29, 2010 06:36 PM

thanks guys.


All times are GMT -6. The time now is 06:40 PM.

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