The progress bar on the target portal home page is one of those features which you either love or hate!
If you decide you would prefer to remove it this can be achieved through the use of Skins. A knowledge of HTML coding is required to add or amend skins.
Admin > Global Settings > Skins > Target Pages Content
To remove the progress bar use the following code:
.progress{
display: none;
}
.progress-intro{
display: none;
}
Comments
0 comments
Please sign in to leave a comment.