Hey, what mark are you referring to? Can you post a link?
Hi Hannah,
sorry for my bad english. π
I mean this green mark above the footer menu
Sorry, I can’t really tell what you’re referring to unless you post a link.
Here is a screenshot of my footer.
I mean the mark above my footer menu points.
http://www.directupload.net/file/d/3756/j9n28ulp_png.htm
Hey, you can try pasting this into your custom css box in theme options > advanced settings but I’m really not sure it will work:
.footernav ul li a:active {
background: transparent;
}
Without being able to look at the site I can’t really figure out how to get rid of the green cause I’m not entirely sure how it got there. There isn’t a default setting to allow an active color for the footer menu. Did you add any css?
Hannah
Hi Hannah,
here is the website. http://wordpress1.i-live-my-passion.com/
And here my css
.col-md-12 > #nav-main ul.sf-menu {
display:none;
}
@media (min-width: 400px) {
html, body {
height: 100%;
}
html body.wide #wrapper.container {
min-height: 100%;
position: relative;
padding-bottom: 88px !important;
}
#containerfooter {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.footernav ul li a:active {
background: transparent;
}
I hope you can help me :((((
thx
Hey, there doesn’t seem to be an active background. Do you mean just the hover? Your hover effect is the primary color which can be set in theme options > basic styling.
Hannah