The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

A couple CSS problems

2 posters

Go down

Solved A couple CSS problems

Post by TMP May 1st 2010, 10:07 pm

I would appreciate it if someone could help me out here Smile

Problem #1:
How do I change the text color of this ''forum options'' link?
A couple CSS problems Problemone

Problem #2:
How do I delete this text+icon field: Global Announcement, no new posts{locked}
And how do I rename: new posts{locked} to: ''Locked''?
A couple CSS problems Problemtwo

Problem #3,4,5:
How do I change the background color of: ''you are not connected, please login or register''?
How do I edit the width of the advert? I want it to be the same width as blue bars in my forum with the forum names in it.
How do I change the background color of the third red box where you fill in your name+pass?
A couple CSS problems Problemthree

Thanks in advance! Very Happy
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 2nd 2010, 6:00 pm

Bump, someone please help Smile
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by ankillien May 2nd 2010, 6:07 pm

Hello,

Please navigate to Admin CP > Display > Colors > CSS and add these codes there.

For "Forum Option" color...

Code:
.popmenubutton a {
color : red !important;
}

For "You are not connected..." color...

Code:
#userlinks {
background : green;
}

For log in box background...

Code:
.user_login_form {
background : pink;
}

To remove forum icons...

Code:
.ul-icons {
display:none;
}

Its not possible;e to change advertisement.



Hope this helps Very Happy
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 2nd 2010, 6:45 pm

The forum options thing doesn't really work, if I change the color of that it automatically changes more link colors(member names and topic options)

The userlinks thing doesn't work either, I had this code before and it only works when you're logged in.

The log in box background code doesn't work(I have invision, maybe that code isn't an invision one?)

and I don't want to remove all the forum icons, I just want to edit the name of one and delete 2.

@Ad thing, damn Sad Being able to alter it with some CSS code would be very nice right now it just looks really out of place as the width of the advert isn't the same as my forum content.
Thanks for your help though Smile
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by ankillien May 2nd 2010, 7:03 pm

Can you provide a link to your forum?
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 2nd 2010, 10:59 pm

avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by ankillien May 3rd 2010, 4:07 am

I tested these codes on your forum and works.

For "You are not logged in"...

Code:
#userlinks {
background : blue !important;
}

Forum option color...

Code:
#forummenu-options a {
color : red;
}

Log in box background...

Code:
.user_login_form {
background : red;
}


There is no way to rename icons or delete few of them. Either you delete all or keep them all as they are.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 3rd 2010, 1:22 pm

Thank you, it works now. And about the ads and the little forum icons that can't be edited. I'll keep searching for a solution and if I find one I'll post it up here Wink Anything can be done Very Happy

Thanks again for the help, couldn't have figured this out myself.


Last edited by TMP on May 3rd 2010, 1:57 pm; edited 1 time in total
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by ankillien May 3rd 2010, 1:57 pm

Well, about the forum icons, it can't be done unless Forumotion provides template editing for IPB version.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 3rd 2010, 1:58 pm

ankillien wrote:Well, about the forum icons, it can't be done unless Forumotion provides template editing for IPB version.
Oh, I see. Will they ever provide that option? Smile

Also, on the ''you are not connected, please login or register'' thing, it's transparent now but there's still a 1px border at the bottom of it. And the code border-bottom= 0px; doesn't work.
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 4th 2010, 2:38 pm

Bump Very Happy
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 5th 2010, 1:48 pm

Bump
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by ankillien May 5th 2010, 5:54 pm

Sorry for the delay.

This code will remove the underline...

Code:
#userlinks {
border-bottom : 0px !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: A couple CSS problems

Post by TMP May 5th 2010, 8:38 pm

ankillien wrote:Sorry for the delay.

This code will remove the underline...

Code:
#userlinks {
border-bottom : 0px !important;
}
No problem bro, thanks for helping out. It works! Smile

This topic can now be closed.
avatar
TMP
Forumember

Posts : 72
Reputation : 0
Language : English

Back to top Go down

Solved Re: A couple CSS problems

Post by ankillien May 6th 2010, 3:50 am

Glad I could help Very Happy

Solved > Locked
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum