Comments Philipe started the conversationMay 21, 2016 at 6:42amHi there,How can I deactivate the visitors counter on the footer of all the pages? (check attached file)Thanks a lot.Philipe 8,994Tahir repliedMay 23, 2016 at 4:36pmHey ,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : div#tptn_counter_10 { display: none !important; } body[data-bg-header="true"] .container-wrap { padding-bottom: 0px !important; } Best. ThemeNectar Support Team Philipe repliedJune 4, 2016 at 11:09pmgreat!! it worked!thanks a lot!Philipe repliedJune 5, 2016 at 1:41amhey sorry.. just noticed that this worked only on the home page!! do I have to put this code in each page? thanks for your help in advance!Philipe 8,994Tahir repliedJune 5, 2016 at 4:55pmHey Again,No if you add it in Salient Theme Options Panel it will show up for all pages. Best. ThemeNectar Support Team Philipe repliedJune 8, 2016 at 8:09pmHi Tahir,did you check the last attached image? is the code right? take a look on this page and you will see that I still have the counter there! =(http://philipebrazuca.com/contacto/thanks for your help on that! 8,994Tahir repliedJune 9, 2016 at 2:37amHey Again,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) : .tptn_counter { display: none !important; } The above css will remove all instances. Remove the css earlier provided. Best. ThemeNectar Support Team Philipe repliedJune 9, 2016 at 6:07amit worked but now I have a little space between the footer and body of the website. see attached imagePhilipe repliedJune 9, 2016 at 6:10amalright !! I used the same code you sent to me first with a few changes and it worked great!! =D.tptn_counter { display: none !important;}body[data-bg-header="true"] .container-wrap { padding-bottom: 0px !important;} Sign in to reply ...
Hi there,
How can I deactivate the visitors counter on the footer of all the pages? (check attached file)
Thanks a lot.
Philipe
Hey ,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Best.
ThemeNectar Support Team
great!! it worked!
thanks a lot!
hey sorry.. just noticed that this worked only on the home page!! do I have to put this code in each page?
thanks for your help in advance!
Philipe
Hey Again,
No if you add it in Salient Theme Options Panel it will show up for all pages.
Best.
ThemeNectar Support Team
Hi Tahir,
did you check the last attached image? is the code right? take a look on this page and you will see that I still have the counter there! =(
http://philipebrazuca.com/contacto/
thanks for your help on that!
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
The above css will remove all instances. Remove the css earlier provided.
Best.
ThemeNectar Support Team
it worked but now I have a little space between the footer and body of the website. see attached image
alright !! I used the same code you sent to me first with a few changes and it worked great!! =D
.tptn_counter {
display: none !important;
}
body[data-bg-header="true"] .container-wrap {
padding-bottom: 0px !important;
}