Forum Replies Created

Viewing 30 posts - 151 through 180 (of 213 total)
in reply to: How to edit fonts for recent posts in the sidebar widget? #672797

That has had no effect on what I am trying to change. I even made it 88px just to make sure I saw a difference. There was none.

I dug into the developer console and I figured it out myself. For people who may be interested, I had to also edit this CSS:

#top #header .av-main-nav > li > a {
background-color: transparent !important;
}

I think it pulls the color from the template so you have to tell the background color to go back to transparent and you really do have to make that important or it doesn’t work.

Viewing 30 posts - 151 through 180 (of 213 total)