Advertisement
-
Posts
92 -
Joined
-
Last visited
-
Days Won
4
Community Answers
-
Chance's post in Remove Glow Around Profile Picture and Forum Icons was marked as the answer
In your CSS, I would search for this line:
.ipsUserPhoto_tiny img
Within that, there should be a "box-shadow" line. Remove that and it should remove the shadow for you.
Sorry if this is hard to understand, I'm not very good without being able to see it live. If you don't understand what I mean, you could message me your forum link and I can give a more detailed fix.
Same should be for the font-awesome icons, I'm just unsure what CSS class that would be under, perhaps a search for "font-awesome" in your CSS and doign the same process as above could help with that!
-
Chance's post in Installation stuck on reloading was marked as the answer
Hm. Check your conf_global.php file, which should be in your forum's root directory.
Verify that your board url is including the https:// and not just http://
$INFO['board_url'] = 'https://www.yourdomain.com';
Then clear your site's cache.
-
Chance's post in How do I change text in web browser tab? was marked as the answer
Actually, you can do that via the ACP, not the skin settings.
Go to AdminCP>System>System Settings> General Configuration and you will then be able to edit it there.