1. After updating the theme to the latest version (9.2), there is a problem with Footer Widget background color. I have assigned #ff0202 as its background color. But it is displayed with black color as its background. https://www.screencast.com/t/vsuOq6NXuE
2. For this title ‘ABOUT US’ also I want #ff0202 as its color. Now it is white.
Also, I have another question regarding licence. I have transferred all the contents of my old website (which would expire in ten days) to a new domain. Whether it is violation of use of single licence?
Hi,
Please try the settings from Newspaper>Theme panel>Theme Color> Footer https://www.screencast.com/t/bMgNgrpOTw
You can check this to https://www.screencast.com/t/AyzTdaovJXaG
Thank you for your understanding.
The issue could not be solved with the help of given suggestion.
Before updation it was like this and I want to have display like this.
https://www.screencast.com/t/QjshsfaHuthD
As shown I have given for Footer Widget I have given as Title Background color #ff0202 and as Title Text color #ffffff
https://www.screencast.com/t/PJDr73DcO
But it is shown as https://www.screencast.com/t/39sNipB0q
Hi,
Please make this sets in theme color
https://www.screencast.com/t/v0gXRnmIBJL
And add this custom css in Newspaper>Theme panel>Custom code>Custom css
.td-footer-wrapper div .td_block_template_4 .td-block-title > * {
background-color: red;
}
.td-footer-wrapper div .td_block_template_4 .td-block-title > *:before {
border-color: red transparent transparent transparent;
}
https://www.screencast.com/t/zpbeUePCGd6
Thank you.