Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2014, 02:11 AM
Vaporman87 Vaporman87 is offline
Member
 
Join Date: Feb 2014
Posts: 32
Gender: Male
Credits: 4,940
Vaporman87 is on a distinguished road
Default Modifying color/style/spacing for sidebar links

I've got to say... either I am just totally inept at finding what I'm looking for, or it is unnecessarily and quite frustratingly difficult to find the CSS code to change the color, style, spacing, etc. for the sidebar links in the MAIN template.

All I've managed to do is change the color of the link text when moused over... that's it. Nothing else I have edited seems to change anything else. All I want to do is add some space in between the Member Login and sidebar links, and to change their color and size perhaps.

What am I missing here?
Reply With Quote
  #2  
Old 02-18-2014, 03:05 AM
squiggler's Avatar
squiggler squiggler is offline
Squiggling since 1995
 
Join Date: Jul 2013
Posts: 185
Gender: Unknown/Other
Credits: 8,206
squiggler is on a distinguished road
Default

There are 4 files in your CSS folder in your file manager (at the host, not ACP). There's menu, online, pagination, and tabs. I think those are what you want to edit, but I could be wrong. You might also want to check the templates folder.
__________________
Avatar courtesy of Doll Divine.
Reply With Quote
  #3  
Old 02-18-2014, 06:37 AM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 49,682
tahbikat is on a distinguished road
Default

I noticed that it doesn't look like the individual sidebar links have a class set to them, so what I did is style the a, li, a:hover, and li:hover in the #menu id.

Go to templates > main > media > style-city.css (or whatever template css you're using) and add this under the section called /* Let's fix up your menu links */

Under it use this:

Code:
#menu ul a {
color: #fff;
}

#menu ul a:hover {
color: #000;
}

#menu li {
margin-top: 5px;
}
Just mess around with the code and add/change what you need to fit it to your needs. This is what worked for me and got my links all pretty. (: There's probably an easier way but this is what I figured out. :P

Also if you want those bullets next to each link gone use this:

Code:
#menu ul {
list-style: none;
}
If you need help customizing it more just let me know and I can help you. You can click the button in my link to see how I got mine to look so it shouldn't be hard for me to help you customize yours for your site if you need it. (:
Reply With Quote
  #4  
Old 02-18-2014, 08:56 AM
Vaporman87 Vaporman87 is offline
Member
 
Join Date: Feb 2014
Posts: 32
Gender: Male
Credits: 4,940
Vaporman87 is on a distinguished road
Default

Quote:
Originally Posted by squiggler View Post
There are 4 files in your CSS folder in your file manager (at the host, not ACP). There's menu, online, pagination, and tabs. I think those are what you want to edit, but I could be wrong. You might also want to check the templates folder.
Thanks for your information squiggler. I was indeed doing all my editing from the host CP and not the ACP. I made some aesthetic changes in the menu.css file, but that file does not contain any code related to the sidebar links... only the top nav links (at least I think so, from what I could gather).

The style-city.css had some code there related to the sidebar links, but I could only manage to change the text color if the text was moused over. I did not find anything that could be manipulated to change the font, spacing, color, etc.

Quote:
Originally Posted by tahbikat View Post
I noticed that it doesn't look like the individual sidebar links have a class set to them, so what I did is style the a, li, a:hover, and li:hover in the #menu id.

Go to templates > main > media > style-city.css (or whatever template css you're using) and add this under the section called /* Let's fix up your menu links */
Thanks tahbikat... I will try this. I don't understand where the links are getting their style settings from. They have to be getting them from somewhere. Oh well.
Reply With Quote
  #5  
Old 02-18-2014, 09:05 AM
Vaporman87 Vaporman87 is offline
Member
 
Join Date: Feb 2014
Posts: 32
Gender: Male
Credits: 4,940
Vaporman87 is on a distinguished road
Default

@tahbikat - Thanks for the code insert. This is great for when the user is logged in. How about when they are not?

I would like to also be able to manipulate the same section when the user is NOT logged in (and the Forgot Password, Register Account, etc. text is displayed).
Reply With Quote
  #6  
Old 02-18-2014, 04:52 PM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 49,682
tahbikat is on a distinguished road
Default

Try this:

Code:
#submit {
margin-bottom: 25px;
}
To edit the links below the form use this:

Code:
#login a {
stuff here
}
Let me know if these ^ don't work. I didn't test them. Just wrote it up real quick from viewing the source code. lul
Reply With Quote
  #7  
Old 02-18-2014, 07:10 PM
Kyttias's Avatar
Kyttias Kyttias is offline
Premium Member
 
Join Date: Jan 2014
Posts: 857
Gender: Unknown/Other
Credits: 88,458
Kyttias is on a distinguished road
Default

With my Bootstrap theme, I modified the sidebar with jQuery. It's messy, but it allows you to manipulate the page as soon as it loads -- I added classes where there were none, and then made css for them. If you're interested in trying out this method, I wrote a tutorial. It's more generalized than specific, I'm afraid.
Reply With Quote
  #8  
Old 02-19-2014, 11:25 AM
Vaporman87 Vaporman87 is offline
Member
 
Join Date: Feb 2014
Posts: 32
Gender: Male
Credits: 4,940
Vaporman87 is on a distinguished road
Default

Thanks for those extra lines tahbikat. Those were exactly what I needed. Your help is GREATLY appreciated.
Reply With Quote
  #9  
Old 02-19-2014, 07:28 PM
tahbikat's Avatar
tahbikat tahbikat is offline
Member
 
Join Date: Feb 2014
Location: Louisiana
Posts: 408
Gender: Female
Credits: 49,682
tahbikat is on a distinguished road
Default

No problem!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Modifying Dropdown Menu Hwona Questions and Supports 3 02-19-2014 04:30 PM
Changing the links under Member's Links. LucasA33 Questions and Supports 1 12-24-2013 08:04 PM
Paid Theme : Clan Style Tequila Templates and Themes 30 02-03-2013 02:24 PM
Sidebar Links Yuki Night Questions and Supports 11 01-29-2013 04:49 PM
Premium Color *shot* DX PTGigi Feedback and Suggestions 12 01-16-2011 02:10 PM


All times are GMT -5. The time now is 01:13 PM.

Currently Active Users: 9770 (0 members and 9770 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636