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!
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.
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.