View Full Version : Delete line in the main page
ZUCCO
11-14-2013, 10:27 PM
Sorry for bad english
See the picture I attached
As you can see when a user is not logged in he sees that white bar that says FAQ AND REGISTER
How do I remove that?
thank you
ozzy47
11-14-2013, 11:34 PM
I would not delete that, I would add this to the additional.css
.notices li
{
color: #FFFFFF;
}
You will then see the rest of the text that is there show up.
ZUCCO
11-15-2013, 01:11 AM
I would not delete that, I would add this to the additional.css
.notices li
{
color: #FFFFFF;
}
You will then see the rest of the text that is there show up.
can you tell the location of it please? also I add that at the end of that template or at the begining
What does it do
ozzy47
11-15-2013, 01:21 AM
ACP Styles & Templates --> Style Manager, select the style you are working with and choose, Edit Templates.
Then in there look for CSS Templates, double click on that, then double click on, additional.css
The paste that code in to the template, and click on Save.
It is a notice to guests, to check out your FAQ page, and gives them a link to register.
ZUCCO
11-15-2013, 01:28 AM
ACP Styles & Templates --> Style Manager, select the style you are working with and choose, Edit Templates.
Then in there look for CSS Templates, double click on that, then double click on, additional.css
The paste that code in to the template, and click on Save.
It is a notice to guests, to check out your FAQ page, and gives them a link to register.
Thanks, but you know what, I just realize that they were not 2 floating links, it was a whole text but it was in white letters.
I dont know if it fine to provide my web, tuxedogamers.com , select the whole text and you will see that it is a complete statement.
How Do I turn that visible
ozzy47
11-15-2013, 01:29 AM
Do as I said above.
ZUCCO
11-15-2013, 02:08 AM
Do as I said above.
done, can you tell me how to change the color of the letters
ty
ozzy47
11-15-2013, 02:14 AM
Change #FFFFFF in that code to a different value.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.