Jonathan Chen
asked 9 years ago

Hello!
I got a code from you before for the front page (home page http://www.exercisingcap.com/ ) : <style>
.home .banner.cover:before {
 display: none;
}
</style>
this was put in the custom code, which works perfectly.
but i dont want this to be on other pages i have created such as http://www.exercisingcap.com/planks/ or http://www.exercisingcap.com/articles/ etc…please let me know if there is a quick fix for these…appreciate it! thanks
jonathan

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code:

<style>
.banner.cover:before {
     display: none;
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro