Forum Replies Created
-
AuthorPosts
-
wmwebdesMember
Hi
Dropdown are created using WordPress custom menus...This video by Kim Doyal the WordPress Chick shows you how
Let me know if you have any questions.
April 29, 2013 at 1:43 pm in reply to: SEO Plugin Or Genesis own SEO options? Which is better? #38456wmwebdesMemberI'd go with Genesis built in SEO.
Other plugins offer much more that title tags and meta info but believe me you won't find the time to fill them all in.
If you want to rank highly write a useful post, fill in your meta info in Genesis SEO settings and promote on social media.
That's what I've done with my posts and I've managed to get pretty high in the SERPS.
Google "public speaking humour" and see who comes #1!
April 29, 2013 at 1:03 pm in reply to: CSS or HTML? How to change the line spacing in a quote. #38451wmwebdesMemberLooks as though you've added...
"As you might imagine the real cost is the damage
caused to our most intimate relationships."As two separate paragraphs.
Remove the p tags and add blockquote tags as below...
`
As you might imagine the real cost is the damage
caused to our most intimate relationships.`
We can then style the blockquote.
Once you've done that I'll take another look.
April 29, 2013 at 11:47 am in reply to: CSS or HTML? How to change the line spacing in a quote. #38440wmwebdesMemberCan you let us have a link to the page and I'll pull up the CSS for the quote.
wmwebdesMemberSamantha
As Susan points out, the top black section is part of the background image from this section of CSS:body {
background: #CCCCCC url(images/bg.png) repeat-x;
color: #333333;
font-size: 14px;
font-family: Georgia, Times New Roman, Trebuchet MS;
margin: 0 auto 0;
padding: 0;
line-height: 24px;
}The image has a black top section and then a gray gradient below.
If you remove the image part from the CSS you will be left with a gray backgrounf of colour #CCCCCCOr as Susan mentioned you could crop the black top section from the image and upload - make sure you keep a copy of the original image.
Looks as though you are about there.
wmwebdesMemberI added a top margin as shown below, try that
#header {
width: 960px;
height: 110px;
margin: 35px auto 0;
padding: 0;
}wmwebdesMemberHave you sorted it Samantha - looks OK this end?
wmwebdesMemberGet the message...
"Tying Vines
...will be back shortly"wmwebdesMemberLink to your site please Samantha.
wmwebdesMemberThat's good Shannon
This one resolved then.
wmwebdesMemberIf you've already unchecked the “Show header text with your image.” box you could try adding "display: none;" to your stylesheet as shown below.
#title-area #title a {
color: #333333;
margin: 0;
padding: 0;
text-decoration: none;
display: none;
}wmwebdesMemberHi
When you uploaded your header image via Appearance > Header there is a checkbox which says "Show header text with your image."Uncheck that box and save the settings.
wmwebdesMemberHi
Title colour is controlled by this CSS#title a, #title a:hover, #description {
color: #333333;
}Just change the colour code to change the font colour.
I don't know how you would use a different colour for each letter.
wmwebdesMemberFont colour in “Featured Properties” widget is black (slightly off black) so you can't see it with a dark background.
Add
color: #333;
to .communities and change the colour to whatever you like.#333 is almost black.
Free colour picker here... http://www.iconico.com/colorpic/
wmwebdesMemberCheers Chris
Good to see you are back on line.wmwebdesMemberHi Chris
Following the link you provided, it looks as thogh Nick has clarified what the problem is - marked as spam.Try posting here with only one link.
wmwebdesMemberFor the Featured Communities add the background colour to .communities as shown below:
.communities {
border-bottom: 3px double #000;
clear: both;
margin: 0 auto 25px;
overflow: hidden;
padding: 0 0 15px;
width: 930px;
background-color: #000000;
}wmwebdesMemberHi
This is the CSS for your primary nav#nav {
color: #fff;
font-size: 13px;
}Looks as though it picks up font-family from the CSS below.
body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, input, select, textarea {
font-family: 'Droid Serif', arial, serif;
font-weight: normal;
line-height: 22px;
}Change the font size under #nav and add the font you want under #nav.
Let me know if you are OK with that.
wmwebdesMemberThat's good.
I use IE 10 to check sites and never had problems with the more tag.Another one closed out.
wmwebdesMemberGlad it worked sir.
We can mark this one as resolved.
-
AuthorPosts