Forum Replies Created
-
AuthorPosts
-
designerwriter
MemberNevermind I figured it out...all I had to do to get the underline was put the line of code for text decoration (see the bold copy) after the lines of code referring to the 2 colors as such:
.magazine-pro-blue .entry-content a {
color: #00add0;
}
.magazine-pro-blue .entry-content a:hover {
color: #0075b0;
text-decoration: underline;
}It worked!
designerwriter
MemberOk I went over the notes of the link you sent me. So here is what I did. Initially, I changed this code
a {
background-color: inherit;
color: #222;
font-weight: 400;
text-decoration: underline;to have underline in there. So I changed it from none to underline. However, this added an underline to the name bar menu names so I went back and changed underline back to none and they disappeared. I initially wanted the underline on the hyperlink but decided it didn’t look good on the Nav bar menu names so I reverted back to none.
a {
background-color: inherit;
color: #222;
font-weight: 400;
text-decoration: none;Here’s the code I added after the blue code section:
.magazine-pro-blue .entry-content a {
color: #00add0;
}
.magazine-pro-blue .entry-content a:hover {
color: #0075b0;...and it worked. So I have the lighter blue initially and then it hovers to the darker blue which is what I wanted. I can live without the underline but just in case I change my mind, what code would I put after this hover code if I wanted the underline? Thank you!
designerwriter
MemberIt worked but I am still not getting a different hover color. I do get a change from the pointer to a hand though. Is that good enough for the viewer? For some reason, even when I tried adding hover and visited, the color did not change on this line. So I will just leave it as is going from the pointer to the hand for the link.
designerwriter
MemberI put it at the bottom of the css page and it didn’t work. I will put it at the bottom of the blue section and see if it works.
designerwriter
MemberJust looking at this paragraph, is there any way I can move the line underneath the title with the date? It’s a dumb place to have it since it interferes with the title and body copy.
designerwriter
MemberWell I am not sure where to find the code to change this blue sentence since it is part of the blue group.
It’s the Download sentence I would like to have change color but I am not sure how to change it since it’s part of that blue group! Even if I can add an underline that would be ok too but I don’t want the underline to show up in the nav bar hover.
Grace
designerwriter
MemberWell this code didn’t work...
.magazine-pro-blue .entry-content a { color: pink;
}It’s ok though I left it #333. I will look at the other link about the hover color. Thank you for your help Brad.:-)
designerwriter
MemberYep. So I put this code with the color I want at the bottom of the CSS page correct so that it overrides the blue group color? What if I wanted to add a hover color to this...what code would I have to add?
Thanks for your help. I need to take some CSS courses in code but I just haven’t had the time yet. I will though.
designerwriter
MemberI am using Inspect Element on Google Chrome. The blue color is part of the blue group color designation. How do I separate the code to apply it to specific headings that will change color?
designerwriter
MemberSo where do I do this? I am in the tag and I see nowhere to assign it to a post.
designerwriter
MemberWell thanks Brad but the first link I can’t see what they’re really doing, there’s no talking instructions and the second link is a paid service. I am on EI trying to get my new website up so that it is mobile responsive. Any other suggestions?
designerwriter
MemberThanks. There were 2 color (numbers) found to be in the wrong place. I have no idea how they got there! lol
designerwriter
MemberMarcy my tags aren’t showing up. Why?
I have writing web, writing print, shiatsu therapy, photography, graphic design, comments and blog. I added them to the tag section and marked the tag in the widget area to show them.
designerwriter
MemberEven if I can make the title bigger, it would look better but I am not sure how to do this to override the existing code.
designerwriter
MemberThank you Marcy.
designerwriter
MemberNevermind. I figured it out.
designerwriter
MemberForgot to mention that I have 3 primary professions 1) Visual arts (graphic designer, photographer), writer, and shiatsu practitioner. That’s why the second menu is for shiatsu and I have 2 contact sections because I have 2 different emails. Just wondering if I should only have 1.
Designerwriter
-
AuthorPosts