in8
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveI just changed the ‘ in the CSS you provided
body.home a[rel=”home”] img {
display:none;
}and it worked! Thank you!
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveAny other css that could work?
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveI did try using Inspect Element in Chrome, but it wasn’t clear to me how to target that specific image within the site content.
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveThis doesn’t work.
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveIt’s the small logo in the lower left of the white div container – img src=”http://www.sitename.com/wp-content/uploads/2013/07/logo.jpg
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveI’m trying to hide a specific image on the homepage that is part of the page template. I’ve tried various css, but nothing is working. Please advise.
Forum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveForum: Themes and Templates
In reply to: Removing image from single page in TwentytwelveYes, I have created a child theme.
Forum: Plugins
In reply to: [Calculated Fields Form] formatting the form within my pageThe first link you provided describes how to format the form so that the fields appear in a single line across rather than stacked columns.
The second link you provided descibes how to apply CSS styles by applying CSS class to the fields.
Neither of these links is answering my question. I want to place an image next to the entire form. Either on the left side or right side. It seems like the form I created using Calculated Fields Form takes up the entire width of my page. If I try to place a photo next to it, on either side, it either kicks the photo down to the next line, or the form itself kicks down to the next line. Why can’t I place images next to the form? How do I override this?
Thanks for you help.
Forum: Plugins
In reply to: [Calculated Fields Form] formatting the form within my pageYes, I have seen this information, however, it doesn’t tell you how to format the whole calculated fields into your page. It just tells you how to style your fields. I want to be able to align the entire calculator including it’s title within the stylesheet of my page. Would you possibly have any other information in this regard?