Hello!
First, let me say I am so pleased to be working on a website with Abundance, the most powerful theme by Kriesi so far, full of options to customize it. I'm using it to build a church website, without the ecommerce plugin, and it works great.
My client asked me to customize some features and I would like some advise and/or confirmation when messing with the css.
1- How can I change the footer color to make it different from the header color? The theme options allow one color change that applies to both the header and the footer.
2-I noticed that the "drop caps" background color also changes when I change the header/footer color. Can I set the drop caps color separately? I tried in custom.css the following:
.dropcap2 {
background-color:#c00;
}
So far it worked, please confirm if what I did it's correct.
3- How can I manage the color of the copyright section at the bottom of the footer? It has a different color that changes when changing the footer/header color, probably a different opacity setting?
I've tried the following using custom.css, please confirm it's correct:
#socket.container_wrap {
background:#c00;
}
Finally, I need to change the background and hover color of the MegaMenu. Also, the width of the frame around the submenus.
I'm working in the translation into Spanish of the .po file, will post it for download as soon as I have it ready so anyone can benefit of it.
Thanks in advance for any help,
Daniel














