aaargghh
Forum Replies Created
-
Nevermind…
Forum: Fixing WordPress
In reply to: What code do I need if my theme is messing up my blogI did. They are just super slow at customer service and thought if I could just insert or delete some code to fix it, maybe someone might know what that is.
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsThank you so much. It worked
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontssorry, I totally promise this is the last question!
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsSorry, but do you know the code to put in the custom css manager to get rid of text shadows?
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsOk Awesome! That got it. Thaaaaaannnnnnkkkk You so much!!
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsIt made them huge but did not change the color.
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsWe are just setting this up and had set my husband up as a dummy client. Can I give you a link to the login page and you login so you can see the actual webpage I’m trying to fix. Would that work?
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsOK. Let me ask this. My text is located inside a table that has smaller tables in it. If I run my mouse down the left side of the html (the side you can only select one line at a time) I can select the table that has all of the font in it. Over on the right side, I find the font code in the eighth box down. Here is the code:
media="all" body, td, th, button, input, textarea { font: normal 12px/20px 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif; text-shadow: 1px 1px 0 #000; color: #ededed;Now if I keep running my mouse down the left side it selects different parts of the table that has the individual text that needs changing in it. It’s like what is so confusing is if what is currently there has no styling to it, I don’t understand where I get the html code to create the css from. Does that make sense?
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsForum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsSorry, somehow I missed that post. So are you saying use the html of this page to create the missing elements of my page? Sorry, I’ve read and reread that and that’s what I got from it.
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsI don’t see anything about font color, do you see anything that addresses the font color?
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsSo this is the code I need to change?
media="all" html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: none; font-size: 100%; vertical-align: baseline; background: transparent; }Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsIs either one of those the right ones?
Forum: Themes and Templates
In reply to: What I need to edit in CSS to fix these fontsSorry, I hit the button for code but I don’t think I did it right. Doesn’t look like yours. This code is in the 3rd section.
media="all" body, td, th, button, input, textarea { font: normal 12px/20px 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif; text-shadow: 1px 1px 0 #000; color: #ededed; }