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
To resolve this issue, you can add the following code:
<style>
.banner.cover:before {
display: none;
}
</style>
Hope this helps !
Please login or Register to submit your answer