Community Forums › Forums › Archived Forums › Design Tips and Tricks › Genesis Simple Social icons
Tagged: Genesis Simple Social icons
- This topic has 8 replies, 2 voices, and was last updated 12 years, 1 month ago by
tjd.
-
AuthorPosts
-
April 3, 2013 at 8:08 am #32818
tjd
MemberHi,
Is it possible to put a 1px Border around the Genesis Simple Social icons? If so, how/where do I add the code?
Thanx for your interest.
Tom
April 3, 2013 at 8:21 am #32820Brad Dalton
ParticipantLink to your site please and we can inspect the code using Firebug.
April 3, 2013 at 4:25 pm #32929tjd
MemberHi Brad,
Nice to hear from you...How's things 'down-under'. Here's the site: tomjdolan.com I'm fine-tuning the site as I complete the last un-published Page and your advice is always welcome.
While you're commenting, I'll ask this: I've seen firebug mentioned a lot during my site designing and I wasn't sure if I can use it because with Genesis, we're not supposed to touch the core code. How do I determine what code I can adjust or add to?
Thanx for your interest Brad,
Tom
April 3, 2013 at 5:25 pm #32946Brad Dalton
ParticipantHi Tom
Still in Asia where the weather is fantastic everyday!
Highlight any element and click inspect element. Then you'll see all the classes which you can modify in real time using your browser.
It takes a bit of time to get used to but its the best tool for CSS.
I did take a look at the social icons using Firebug but haven't worked out how to add the border yet until i find the image classes for each icon. I'll get back to you soon unless someone else jumps in with the answer.
Firebug tutorial http://csscreator.com/node/33530
April 3, 2013 at 5:48 pm #32953tjd
MemberMornin' Brad,
Sunniest Day in Tokyo in about 2 weeks. Nice to hear from you and thanx for checking those icons. I'm going to follow-up your recommendation re: Firebug. Seems like many folks like/use it so it's time I got my feet wet too.
Maybe I should ask Studio Press Support directly re: icons, but my past experience is they're not much on specifics. Anyway, if you come up with something let me know.
Have a good one...
Tom
April 3, 2013 at 11:47 pm #33003tjd
MemberHi Brad,
Here's an update. I emailed StudioPress Support and they sent me this code and said it could be styled:
.sidebar .simple-social-icons ul li {
}But obviously that isn't enough to get me anything. I didn't know what to add so I tried this - border-icon: 1px solid #000 but then realized that also wasn't enough info. I just wrote them back and asked for the image information... maybe I'll get it and if I do I'll let you know what it is.
Actually, I don't really understand the 'image' that shows up in the css...where it comes from and how it works....anyway, this is just more info for you.
Happy day,
Tom
April 4, 2013 at 12:42 am #33008tjd
MemberOK Brad, Last Post here today. The following was just received from StudioPress Support:
The icons themselves are a font and the background for them is just done in css. So, there are no graphics at all
This will produce a border with rounded corners.
.sidebar .simple-social-icons ul li {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px 3px 3px 3px;
border: 1px solid #fff;
}So I put this into the css sheet and adjusted it a bit here and there attempting to get a result...but nothing changes. I lined up the code according to the other css code, changed the border-radius to 3px; and changed the color to #000. What i got is....nothing. Any ideas on your end?
Thanx Brad
Tom
April 4, 2013 at 4:08 am #33018Brad Dalton
ParticipantHi Tom
I think you'll need to use the classes for each social button if you want to add a border to each.
You can find them in Firebug:
Examples:
social-linkedin social-twitter social-youtube
April 4, 2013 at 5:11 am #33026tjd
MemberHey Brad, Thanx for you comments. I've tried so many different ways to enter the ID info but nothing I've tried seems to work. So, it's time to move on. It's a good idea, it'll sharpen-up the site, but obviously I need more capability. I'm gonna let it go until another time.
Be well, enjoy Spring!
Tom
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.