Drebeltrami
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displaying Site TaglineThanks sjaure!
Here’s some more context (sorry about that!)…
I’m building the site using Genesis + the Infinity Pro child theme. Right now I’ve got my clients site name dialed in but we’d like to be able to include his site tagline below that in the header.
Would the code you provided make this happen? If so, would I simply add it to the end of the functions.php file?
Forum: Fixing WordPress
In reply to: Adding a class to a Leadbox image in widgetReally weird!
Forum: Fixing WordPress
In reply to: Adding a class to a Leadbox image in widgetOMG, why is it always the simplest solution that escapes me?! π
I’m sorry, if you said that earlier I didn’t catch it. That worked like a charm. Border removed!
I logged out of FF and it appears to be showing on every page but the homepage, so I’ll reach out to the developer to see what the deal is on that.
Thanks SO MUCH for your help!!
Forum: Fixing WordPress
In reply to: Adding a class to a Leadbox image in widgetSorry, my bad, I don’t mean I targeted , I just used the quotes to mean can’t I use an image tag to assign this button a class. I realize that would be way too generic.
I’m logged in on FF, not Chrome but it still doesn’t make sense why it’s showing on some pages in Chrome but not all. That I’ll need to go to the developer to resolve I’m sure.
Any advice on how to tackle this via html in my footer widget?
Forum: Fixing WordPress
In reply to: Adding a class to a Leadbox image in widgetThat’s WEIRD! I on Firefox so I checked it out in Chrome and it’s not there.
I get that, that’s why I’ve targeted my “.img a”, so all images that are links will have a border. This button is the only linked img I don’t want a border on.
Can’t I use an <img> to assign a class to an image so I can one off change its styling?
Forum: Fixing WordPress
In reply to: Adding a class to a Leadbox image in widgetYou don’t see it at the very bottom??
Here’s a screenshot…
http://thebrandedsolopreneur.com/wp-content/uploads/2014/11/remove_border.pngForum: Fixing WordPress
In reply to: Adding a class to a Leadbox image in widgetI want to remove the border from the button image (“become an insisder”) at the bottom of the page. I’m going to remove the opti-in form above it, so ignore that.
I don’t want the border around that button so I want to assign an img class so I can remove the border with CSS.
P.S. I am! π
Forum: Themes and Templates
In reply to: Images are skewed on mobile and other browsersI didn’t see this as a bug, but something I could code to fix (or even coded to messup). I’ll see what SP has to say.
Thanks for the suggestions..
-Dre
Forum: Themes and Templates
In reply to: Images are skewed on mobile and other browsersNo, I figure it was a coding/css issue or fix.
Forum: Themes and Templates
In reply to: Moving a element in HTMLThose are exactly what I’ve tried, in every combination I possible and it won’t pull the button down from the paragraph. I can’t even get anything to work using Firebug, unless I move the </p> to before the button. Any suggestions?
Forum: Themes and Templates
In reply to: Moving a element in HTMLGreat idea, but unfortunately the only selector is the <p> tag that I can seem to get to work and since the button is within that element it simply unwraps all the text in the <p> making the button completely disappear outside the div.
Any ideas how I can target the button only? I’ve tried a million different ways and not made any progress.