Community Forums › Forums › Archived Forums › Design Tips and Tricks › Links in Genesis 2
- This topic has 12 replies, 4 voices, and was last updated 12 years ago by
Marc.
-
AuthorPosts
-
June 9, 2013 at 2:53 am #44862
NeilUK
MemberHi,
I've been trying to stop my hyperlinks from being underlined in the new Genesis 2 sample theme. I could do it easily using text-decoration: none; in Genesis 1.9 but I don't have any idea to do it now.
Any ideas?
Neil
June 9, 2013 at 7:32 am #44876AnitaC
KeymasterYou shouldn't be using the Genesis 2.0 theme in a LIVE setting. There are going to be issues that we cannot really resolve right now. Genesis 2.0 is still in BETA and the CSS is different. So you shouldn't use a 2.0 theme with the Genesis 1.9 framework.
Need help with customization or troubleshooting? Reach out to me.
June 9, 2013 at 7:40 am #44879NeilUK
MemberHi anitac,
Thanks for the reply!
Just to clarify, I'm not using Genesis 1.9 with the Genesis 2 sample theme. I'm using Genesis 2 Beta 2 with the Genesis 2 sample theme.
I meant that when I was, and still am on some sites, using Genesis 1.9 I could easily find the right place to put the no text decoration code but in Genesis 2 I can't.
Thanks
Neil
June 9, 2013 at 8:27 am #44881AnitaC
KeymasterThat's why I am saying Genesis 2.0 is BETA!!! You shouldn't be using it in a LIVE environment. It's new to all of the developers. Everyone is still testing and learning it. No one really can assist you with anything that doesn't work right now. So posting for assistance with Genesis 2.0 BETA is not going to help you.
Need help with customization or troubleshooting? Reach out to me.
June 9, 2013 at 8:37 am #44886NeilUK
MemberThanks for the answer.
I really didn't ask for a moderator for help. I thought this was a community where users could help each other. If I was looking for official support, I would have used My StudioPress CP.
I was just hoping a friendly user would see my post and give a helping hand. I know that it's BETA, I can read quite well.
I thought HTML 5 and CSS were quite standard these days and that not wanting links underlined would be something that it could handle with ease.
June 9, 2013 at 9:41 am #44894AnitaC
KeymasterExcuse me but I am NOT OFFICIAL SP SUPPORT. I am a moderator of the Community Forum. You are using items that are in BETA and they suggest that you do not use it in a LIVE environment. I will leave this open to see if someone would like to help you. And... since you don't want MODERATOR support - I will not respond to anything I see from you whether I can help you or not.
Need help with customization or troubleshooting? Reach out to me.
June 9, 2013 at 9:50 am #44896NeilUK
MemberThanks once again for your reply.
I'm very relieved that you won't be responding to my posts in the future.
June 9, 2013 at 11:57 am #44904Marc
ParticipantIn the Genesis beta2 sample look for and modify-
"a:hover {
color: #333;
}"In the Typographical Elements section of the css
June 9, 2013 at 1:16 pm #44911NeilUK
MemberHi Marc,
Thanks very much for your answer.
I tried what you suggested and it makes sense, but it didn't work.
I will wait until the full release before trying again.
Thanks again for answering.
Neil
June 9, 2013 at 2:31 pm #44918mathiasppc
MemberAdd this to your CSS:
.entry-content a {
border-bottom: 0px;
}
I recommend using Firefox and the inspect program for every element you want to change on your site. It will give you the css for that element and you can toy around with the styling live.
June 9, 2013 at 3:57 pm #44927Marc
ParticipantSorry Neil, My error. I should have put -
a {
color: #666;
text-decoration: none;
}
July 12, 2013 at 11:59 pm #50521NeilUK
MemberSorry for the late reply to this thread, but I wanted to thank Marc and mathiasppc. Your replies enabled me to solve this issue.
Thanks again guys
July 13, 2013 at 7:29 am #50538Marc
ParticipantYou are welcome. Glad we helped.
Hope you have gotten on well with the Gen2beta. Looks like WP3.6rc will drop very soon so Gen2.0 will be here soon too!
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.