Support Forum
Yellow Swordfish said
In a theme using overlays then the name of the file will be .php not .css - so it will whatever you renamed default,.php to be. That is the CSS file.
I see, did not know that about overlays. Did remove the change to reset.css file and looked through my theme.php file. I did try to change
background: <?php echo($controlBackGround); ?>;
to
background: #FFFFFF;
But the menu was still transparent. So i did add the original string again. Supose i am still looking at the wrong place.
Check your friskyttarna.php and look for
#spMainContainer #spQuickLinksTopic .dd .ddChild, #spMainContainer #spQuickLinksForum .dd .ddChild {
Under it should be a background setting.
The default is:
background: <?php echo($alt2SectionBackGround); ?>;
You should be able to change it to whatever color you want from either the overlay file or hard code it like
background: #FFFFFF;
Hi,
As this is linked to this topic I thought it would be better than starting a new one, is that right?
I have done the amendments as described above but it is still calling the information for the numbers which are now appearing against the wrong headings eg.
Without alterations:
Most Users Ever Online: 169
Currently Online: Paul, Kenn, Mary,
87 Guest(s)
Currently Browsing this Page: Kenn
With Alterations:
Currently Online: 169
Currently Browsing this Page: Paul, Kenn, Mary
55
Guest(s)Kenn
3
Can you offer any advice as I also only want to remove the most users ever online not the whole column.
Thanks
If I just do the css edit: #spMainContainer .spMostOnline span { display: none; },
It removed the text but not the number:
169
Currently Online: Paul, Kenn, Mary, news
72 Guest(s)
Currently Browsing this Page: Kenn
So I tried also removing the line in footer.php aswell:
#__sp('Most Users Ever Online: '),
and it gives this:
169
Currently Browsing this Page: Paul, Kenn, Mary, news
70
Guest(s)Kenn
1 Guest(s)