Are you OK with doing template edits?
It sounds like you need to learn how if you don't know yet. Or get someone to do them as you are looking at rather a lot of them
How can I find out which template to edit?
Using your browser, view the page source and look for a line of code near the top of the page which begins <div id="content" class="; the class is the name of the template. So for the main forum page, the line of code is: <div id="content" class="forum_list">, which makes the template forum_list.
The FAQ explains how to identify the template.
http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181112
Okay, I've done all the edits without issue.... other than one, which is causing me much pain and distress lol! how the bloody hell do I remove these stars?
.rating {
display: none;
}
EXTRA.css
should get it not to display... but to totally remove it I'm sure that there are some edits required and since I don't have RM and don't need it I can't give you guidance there.Code:.rating { display: none; }
Try
You may have to add an !important after it.Code:.rating .star { display:none; }
EDIT: looks like the same problem. Check in the setup for RM and see if there is an option to turn that off.
Last resort raise a ticket!I'm pretty sure it's in "resource_description" but I'm unable to remove the said stars without removing the whole lot :\ This is head banging time.
Last resort raise a ticket!
I would, but don't want to waste the support guys time.
I would, but don't want to waste the support guys time.
We use essential cookies to make this site work, and optional cookies to enhance your experience.