Remove Mention of Credits on Account Page

Posted in: Newspaper
Post count: 64

On the My Account Page, how can I remove the mention of Available Credits and the little credit counter ? These are not needed on my site and are a distraction – thank you !

Post count: 35449

Hello,
Unfortunately, there is no option to disable the credits, but it can be hidden using a custom css like this one:

.tds-s-page-credits-remaining {
display: none;
}
.tds-s-page-sec.tds-s-page-dashboard {
border-bottom: 0;
}

The code can be set in the theme panel – custom code – custom css – https://i.imgur.com/Svp2zNO.png

Post count: 64

This is brilliant and just what I need ! Its good to be able to hide it for now – but have it there just in case of future need !

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.