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 » Header configuration & styling »

How can I get rid of lines above and below the header?


  #1  
Old Oct 12, 2010, 12:47 PM
jstein
 
95 posts · Sep 2010
How can I get rid of lines above and below the header?

I've tried a whole bunch of things to make those lines disappear but nothings has worked. I'm also still not able to make my header height enough to show my whole header. But first things first. Any ideas about my first question?
  #2  
Old Oct 12, 2010, 12:55 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Here is a link to the answer in the FAQ thread.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Oct 12, 2010, 07:12 PM
jstein
 
95 posts · Sep 2010
Thanks for that lead. I tried finding the code he was talking about but couldn't. Once I find it though, all I have to do is change the color code? Can you give me more specific instructions on how to find the css?
  #4  
Old Oct 12, 2010, 07:29 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
It's in CSS Inserts.

Look in Atahualpa Theme Options (ATO)>Add HTML/CSS Inserts>CSS Inserts
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Oct 12, 2010, 08:15 PM
jstein
 
95 posts · Sep 2010
I don't see that code in the CSS inserts. Will it be the exact text?
  #6  
Old Oct 12, 2010, 09:54 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
ATO)>Add HTML/CSS Inserts>CSS Inserts is not code it is the location for where the code will be. You should see the following which you can delete to get rid of the bars or just change the color.
HTML Code:
div#imagecontainer { 
border-top: solid 5px #333; 
border-bottom: solid 5px #333; 
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Oct 13, 2010, 08:07 AM
traci_london
 
1 posts · Oct 2010
Thanks for this info "lmilesw"- I've just joined the forum, specifically to look at this problem, and this CSS tip has solved my challenge with the theme. I didn't actually even consider looking in that section.

I'll try it out on other parts of Atahualpa too - thanks!
  #8  
Old Oct 13, 2010, 04:06 PM
jstein
 
95 posts · Sep 2010
Quote:
Originally Posted by lmilesw
ATO)>Add HTML/CSS Inserts>CSS Inserts is not code it is the location for where the code will be. You should see the following which you can delete to get rid of the bars or just change the color.
HTML Code:
div#imagecontainer { 
border-top: solid 5px #333; 
border-bottom: solid 5px #333; 
}
I don't know, call me crazy, but this is all I see...(see below)

td#header {
padding-bottom: 15px;
}
div.searchbox {
position: absolute;
top: 130px;
right: 25px;
}
div.searchbox input.text {
border: none;
padding: 2px 15px 2px 3px;
background: #fff url('<?php bloginfo('template_directory'); ?>/images/search2.gif') no-repeat right center;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
height: 15px;
bolder: solid 1px #e7e7e7;
font-size: 11px;
}

a.posts-icon {
position: absolute;
top: 163px;
right: 140px;
font-weight: normal;
color: #fff;
font-size: 11px;
}
a.comments-icon {
position: absolute;
top: 163px;
right: 30px;
font-weight: normal;
color: #fff;
font-size: 11px;
}

div#menu1 ul.rMenu {
background: transparent;
border: none;
}

div.widget ul li {
padding: 1px 5px 1px 14px !important;
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/gray-arrow.gif') no-repeat 0 4px;
}
div.widget ul li a:hover {
text-decoration: underline;
}

/* Menu Bars */


/* Adjustments for the menu bars, which in their default
state have 1px borders plus -1px margins to avoid 1+1=2px
borders between neighbor items. */
ul.rMenu-hor ul, ul.rMenu-hRight ul { margin-top: 0px; }
ul.rMenu-hor li { margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
ul.rMenu-hor { padding-left: 0px; }
ul.rMenu-ver li { margin-top: 0xp; }

div#menu1 ul.rMenu li a, div#menu2 ul.rMenu li a {
padding: 8px 10px;
}
/* different padding for parents with arrow image */
div#menu1 ul.rMenu li.rMenu-expand a, div#menu2 ul.rMenu li.rMenu-expand a {
padding: 8px 22px 8px 10px !important;
background-position: 97% 50% !important;
}
/* less padding for children with arrow image */
div#menu1 ul.rMenu li.rMenu-expand li a, div#menu2 ul.rMenu li.rMenu-expand li a {
padding: 5px 22px 5px 10px !important;
background-position: 97% 50% !important;
}


/*
ul#rmenu {
padding:5px;
}
*/
div#menu2 {
background: #666666;
}
div#menu1 {
background: #eee;
}


/* XX comments to .... */
h3#comments {
margin: 10px 0;
padding: 10px;
font-weight: normal;
background: #f5f5f5;
}

ul.commentlist {
border-top: 0;
margin: 0;
line-height: 1.4;
font-size: 12px;
}
ul.commentlist li.thread-odd, ul.commentlist li.thread-even {
margin: 5px 0;
padding: 10px;
border-bottom: solid 5px #fafafa;
background: #fff;
}
span.authorname, span.authorname a {
font-weight: normal;
font-size: 17px !important;
}
div.commentmetadata a {
color: #999;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 1px;
  #9  
Old Oct 13, 2010, 05:37 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
What version of atahualpa?
What is your URL pointing at the issue
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I stop horizontal lines appearing across header image? MarkSK Header configuration & styling 1 Oct 8, 2010 04:29 PM
[SOLVED] URGENT: Black lines above and below the header image PodCan Atahualpa 3 Wordpress theme 2 Sep 22, 2010 09:54 AM
[SOLVED] How to Remove the Lines Under the Header and Behind the Menu Bars in Atahual corelle Installing & running WordPress 2 Aug 3, 2010 10:34 AM
[SOLVED] Header image area: How do I get rid of top and bottom dark grey (5px) lines? jorgfoto Header configuration & styling 4 Jul 29, 2010 08:55 AM
how do i get rid of the dotted lines? wheresnifty Page & Category Menu Bars 1 Feb 17, 2010 05:29 PM


All times are GMT -6. The time now is 09:21 PM.


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