Design Help
2 posters
Page 1 of 1
Design Help
I've got several things i need to do for my forums and i can't find the posts about it to help.
Align all the information including avatar/name/rank in the mini-profile to the center.
Change the size and color of the navigation links.
Remove the underline from usernames in the chatbox.
Removing the underline from links when hovering over them.
Align all the information including avatar/name/rank in the mini-profile to the center.
Change the size and color of the navigation links.
Last edited by itsLilBeast on September 3rd 2012, 8:59 pm; edited 2 times in total
Re: Design Help
Hi,
Add this in your CSS (ACP >> Display >> CSS [tab])
Add this in your CSS (ACP >> Display >> CSS [tab])
- Code:
a:hover{
text-decoration: none !important;
}
a{
text-decoration: none !important;
}
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Design Help
Is that your forum URL in your profile on the left?
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Design Help
Can you please provide a screenshot of what exactly your talking about? Thank you.Align all the information including avatar/name/rank in the mini-profile to the center.
Your forum version is PhpBB2.
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Design Help
Shouldn't need to provide a screenshot as what i'm asking is simple.
I want to change the navigation links text size, and i want to center the information, avatar, username, user rank that is displayed in the mini profile when posting.
I want to change the navigation links text size, and i want to center the information, avatar, username, user rank that is displayed in the mini profile when posting.
Re: Design Help
Try this topic for the Profile Centering.
https://help.forumotion.com/t110380-centered-username-and-avatar
https://help.forumotion.com/t110380-centered-username-and-avatar
Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Re: Design Help
Can you please provide your CSS? If you don't want to show it here, then be more glad to PM it to me. 

Sir Chivas™- Helper
-
Posts : 6879
Reputation : 438
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum