stock134
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this siteCool. Thanks!
Appreciate your help!
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this siteThanks Jherrington1 too!
Forum: Fixing WordPress
In reply to: Search Engine Visibility Encourage search engines to index this siteRohit – I haven’t used webmaster tools before. Would it be there that I’d set the pings? The webmaster tools are on my “list of things to learn”. It’s a long list! π
Songdogtech – so if I reset the search engine visibility, it should reset on it’s own?
Appreciate the links. I’ve looked at the WordPress documentation, but hadn’t seen the google one. definitely will be reading through it.Thanks to both of you for your responses.
Forum: Your WordPress
In reply to: Tell me what you thinkVery nice looking site! Good choice in colors.
Is this a pre-made template or did you build it yourself?
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Change color of submit buttonI did it!!!! WOOOHOOO!!!!
Thank you so much!! Thanks for helping me earn my WP edit CSS badge!
It was border-bottom: 3px solid #b93207
Theme I’m using is twenty thirteen
I was able to change it./* Buttons */ button, input[type="submit"], input[type="button"], input[type="reset"] { background: #e05d22; /* Old browsers */ background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ border: 1px solid #008d92; border-bottom: 2px solid #008d92; border-radius: 2px; color: #fff; display: inline-block; padding: 11px 24px 10px; text-decoration: none; }Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Change color of submit buttonAdded the Simple Custom CSS plugin and got the button changed. How do I change the little bar underneath?
Is there a list somewhere?
Sorry for the n00b questions. Appreciate your help!
Forum: Plugins
In reply to: [Styles] Submit Button in WidgetsThanks!
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Change color of submit buttonI understand the CSS code, but I don’t know where to actually put the code. I haven’t done any code modification in WordPress.
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image ~ one more time…It is related. I was hoping to find a solution without have to create a child theme and code modifications.
Thanks,
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image ~ one more time…Anyone used this to solve http://jetpack.me/support/mobile-theme/
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image ~ one more time…I will try these options.
Thank you very much!!
Forum: Themes and Templates
In reply to: [Twenty Thirteen] Header image ~ one more time…WPMU DEV, Thanks for responding.
Is there any way around making adjustments in PHP or CSS?
Do I have to create a child theme to do all this? I haven’t done it before and was hoping to avoid it for now.