Tagged: header, navigation bar
-
AuthorPosts
-
July 12, 2013 at 7:36 pm #26127
Hi there,
Thanks for the great theme. I made the heading: “Non-Fixed Header with social icons and additional navigation”. The new top area comes light gray. How do I change the background color?
Thanks,
Dayna
July 14, 2013 at 10:08 pm #129385Yea got the same question… If i change the color the whole backround is changing not only the navigation bar. And is it possible to change the transparency of it?
July 16, 2013 at 1:29 am #129386Hi Dayna,,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#header_meta {
background: #333;
}Change the color code to whatever color you want it to be.
@ Crippy – To change its opacity, you would just use a RGBA color instead and have the transparency to whatever you wanted. See: http://www.css3.info/preview/rgba/
Regards,
Devin
July 16, 2013 at 4:23 pm #129387great, thank you! That worked great. Another question I have is if its possible to have 2 footers set up? So there would be the footer as is and then a duplicate area that could be a different color. Thanks!
July 16, 2013 at 4:26 pm #129388Oh, and also I have white lines running across the background of my site. How do I remove those? http://markle.abundancing.us/
July 16, 2013 at 8:42 pm #129389How is the CSS code called for the navigation bar “#header” ?
July 16, 2013 at 9:19 pm #129390Hi abundancing,
No, you can only have a single footer. But you could remove the footer with the Layout meta box options and then attempt to duplicate a footer using the Advanced Layout Editor layouts.
The background white stripe is because your background image has that at the top: http://markle.abundancing.us/wp-content/uploads/2013/04/paper_bg.jpg
@ Crippy, I don’t understand the question.
Regards,
Devin
July 19, 2013 at 6:05 pm #129391I just want to know how the code is called for the headersection to fill in the RGBA Colors
#header_backround {
color:rgba(255, 0, 0, 0.25);
}
??
July 20, 2013 at 8:37 am #129392Alright i got it. I edit the Quick CSS Box with:
#header {
background-color:rgba(255, 0, 0, 1);
}
The Header goes red but not like here: http://www.css3.info/preview/rgba/
It is to light. What do i have to do to get the color like that?
July 21, 2013 at 6:40 am #129393You can use this converter: http://hex2rgba.devoth.com/ to convert your hex colors to rgb. Just choose your favorite red, them enter the hex color into the text field and click on “Hex 2 RGBA”.
July 21, 2013 at 10:31 am #129394Hi Dude,
i know now how the system works, but if i use the code in Quick CSS all the time the color don’t look like it should be.
For example:
#header {
background-color:rgba(252, 150, 30, 1);
}
looks like: http://www.fivo.de/example.jpg
But the color should be: http://www.fivo.de/color.jpg
Whats wrong?
July 22, 2013 at 8:35 pm #129395Please answer…
July 24, 2013 at 5:33 am #129396Hey!
Can you post a link to the website please – I’ll investigate the css code. You can also try to add the code to a child theme stylesheet or to enfold/css/custom.css.
Best regards,
Peter
July 24, 2013 at 9:08 am #129397I edit: /* General Custom CSS */
Same thing.
Sure:
Name: test
PW: test
July 25, 2013 at 5:47 pm #129398Is it done?
July 27, 2013 at 7:01 pm #129399Hi!
Yes, please try to add following code into the quick css field
.header_bg {
opacity: 1 !important;
}Best regards,
Peter
July 28, 2013 at 3:45 pm #129400Now i have this. But still don’t work :(
#header {
background-color:rgba(255, 0, 0, 0.6);
}
.header_bg {
opacity: 1 !important;
}
July 29, 2013 at 3:46 am #129401Hi,
Please use this:
.header_color .header_bg {
background-color: rgba(255, 0, 0, 0.6);
}Regards,
Ismael
July 30, 2013 at 8:50 am #129402After 2 weeks finally it works. Thanks man!
-
AuthorPosts
- The topic ‘change background color for top heading section’ is closed to new replies.