Links Only Show Up On Mobile Version
-
AuthorPosts
-
That was the key, sir! Now, we’re cooking with gas! (-:
I figured everything inside the */ was like… the paper I guess.
Sweet. So, where do we go from here?
tmcfarlin4
MemberNow that we have the links being differentiated from the rest of the content by at least underlining, I just need to know what color you’d prefer they be.
Once I know that, I can give you some additional styles to include and that’ll take care of it!
Sweet. How about green, like the header?
tmcfarlin4
MemberNot a problem — replace the styles (by deleting them completely) and replace them with what I have below:
.post-content a { text-decoration: underline; color: #1d392b; }
Try that, let me know, and we’ll go from there!
This time around, it did not take the color, but they are still underlined.
tmcfarlin4
MemberSo this could be happening because another style is interfering with it. Do you mind pasting the code here once more now that you’ve changed it for me to review?
It should help us get this thing resolved :).
No prob.
/*
Welcome to Custom CSS!CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don’t need to copy all
your theme’s stylesheet content.If you need any further help, ask in the CSS Customization forum.
*/
.post-content a {
text-decoration: underline;
color: #1d392b;
}Looking closer, I think it DID in fact work. I just think I picked a poor color, that kind of is too dark to separate from black in normal text.
I could be wrong.
Perhaps, we should try a lighter green, bold, and no underline? I think that’s what I have in my head as best, anyway.
I think we’re almost there, and you can get on with your day(s) not dealing with my little blog. Ha.
For the record, was just working on the blog, and TOTALLY noticed it this time. Ha. My apologies.
Still, I think a shade lighter, bold and no underline will finish this transaction, unless you had something you wanted to suggest? (-:
Thanks again, I know this was waaaaay more arduous than it had to be.
tmcfarlin4
MemberPerhaps, we should try a lighter green, bold, and no underline? I think that’s what I have in my head as best, anyway.
You got it – to do that, you’ll need to do the following (replace the code we’ve provided thus far with this):
.post-content a { font-weight: bold; text-decoration: none; color: #006600; }
Try that and let me know and we’ll go from there!
Whaaaahoooo! I honestly had to applaud it looked so good!!!!
Thank you. Thank you so much for your patience and know-how…
I think this case is closed.
tmcfarlin4
MemberAwesome! Really glad to have helped :).
- The topic ‘Links Only Show Up On Mobile Version’ is closed to new replies.