dillee
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Formatting the input fields (CSS problem)Ah ok – great thanks. Will take a look.
Thanks for your help.Forum: Plugins
In reply to: [Contact Form 7] Formatting the input fields (CSS problem)Hi – thanks for the link. The code here only seems to be options for changing background colours and font size but I am looking to make the overall input fields smaller and space between them smaller – do you know if there is a way to do that?
Thanks for your help.Forum: Themes and Templates
In reply to: Menu Bar not working in FirefoxHi – thanks for your response – and thanks for taking a look. Will have a look into the internet explorer 9 version. Thanks again!
Forum: Themes and Templates
In reply to: page title repeating in page contentOK – got it = used this:
.excerpt-title, .entry-title {
font-size: 2.625em;
line-height: 1.143;
}and changed it to:
.excerpt-title, .entry-title {
display: none
}Thanks! Just one more question – if I want to make one of the pages an exception to this rule (the blog posts page) is there a piece of code I can add in to make that happen? – I need the titles to appear on the blog post page.
Forum: Themes and Templates
In reply to: page title repeating in page contentOK – many thanks.
I have now installed jet pack – it gives me a css edit option and the page is blank (with the message between the /* and */) do I just copy and paste in:.page .entry-title {
display: none;
}or will I need more than that to indicate where it is etc.?
Forum: Themes and Templates
In reply to: page title repeating in page contentHi there – thanks for getting back to me. The link is http://www.writing.co.uk/blog
Forum: Fixing WordPress
In reply to: How to remove the suffix on my website urlGreat – that worked – huge thanks!