Transparent Footer Background

Posted in: Newspaper
Post count: 2

Hey,
First of all, let me thank your for this awesome Theme. It has everything i can expect from a theme and it looks awesome as well.

So, i want to change the footer background like you have in your demo http://demo.tagdiv.com/newspaper_blog_cars/

I think i found the entry, but i dont really know what to change to make it look transparent.

.td-footer-wrapper {
    background-color: #222222;
    padding-top: 54px;
    padding-bottom: 20px;
    color: #eaeaea;
    position: relative;
}
  • This topic was modified 10 years by lejohn.
  • This topic was modified 10 years by lejohn.
Post count: 23312

Hello lejohn,

Please try to use the following code and place it in Theme panel->Cusotm CSS area.

The code is ->

.td-footer-wrapper {
background-color: rgba(10,10,10,.9);
}

Thanks.

Post count: 2

Awesome, works like a charm. Thanks a lot!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.