Footer

Posted in: Newspaper
Post count: 419

1. Where do I go to edit the content in the Footer?
a.Popular Posts + Hide the category tags on Posts
b.Editors Picks

Thanks

Post count: 22421

Hello,

The predefined content in the footer cannot be edited as it’s predefined. Please choose another footer template that does not come with content and use the 3 footer widgets in the wordpress widgets area: https://forum.tagdiv.com/footer-templates/

Thank you!

Post count: 419

Is it possible to edit the hover background and text color of the Footer widgets 2 & 3? When the text is hovered it disappears…..

Thanks

Post count: 22421

Hello,

It seems the hover color is set to black.
Try to add this custom css in the theme panel:
.td-footer-wrapper .widget a:hover{
color:red;
}

Thanks.

Post count: 419

Thanks. I did as told but no change. ???

Post count: 22421

Hi,
Please make sure you palce the code properly as it works fine on my end. You probably have an error in your custom css box. A big red x in front of the code should warn you about this.
Thank you!

Post count: 419

No it does not display a red x in front. I copied & pasted it. However now that u made reference to the red x I do see one on a previous code not related (I believe) to this issue. THis is the code .td_block_text_with_title {padding-bottom:0;td_block_wrap{padding-bottom:0;}

??????

  • This reply was modified 9 years by mayaguez.
Post count: 22421

Yes, you are missing a dot in front of td_block_wrap{padding-bottom:0;}
That will cause all your css to break below this code
Thank you!

Post count: 419

Humm? The dot is there> .td-footer-wrapper .widget a:hover{
color:red;
}

Post count: 22421

Hi,

Not in .td-footer-wrapper
In the td_block_wrap. The code you mentioned above.
You are missing a dot and a closing bracket as well.
You code should look like so:

.td_block_text_with_title {padding-bottom:0;} .td_block_wrap{padding-bottom:0;}

The line with the red x is the line of code that is wrong.

Thanks.

Post count: 419

Got it! Sorry for taking time.
Appreciate you!
Thanks

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