Need to Know How to Change wording in Column see link https://docs.google.com/file/d/0B9_YIn2J4Rx0SHI2eGl1SF9ldFU/edit I can not find where to go to change this. Thank You, Lee
It will be in the theme you're using, somewhere. Try hunting through the header file and look for "breadcrumbs" (the term used to refer to that). Without knowing the theme name and how it's coded, it's impossible to say exactly.
Thank you for responding. I looked in the Header file and I do not see Breadcrumbs. My theme is | CarStarts | 2.0 https://docs.google.com/file/d/0B9_YIn2J4Rx0Q3RuWDRIcW5aX1E/edit Leon
Hah, I just realised what a dimwit I've been. You don't want to change the structure, you want to change the content... It says "Home | automotive repair questions" because "automotive repair questions" is the name of the page. You should be able to change the page name (Dashboard->Pages) and it'll change on the breadcrumb. Obviously I can't see your admin dashboard from the site itself, but that should be what you're looking for. Having said that, the control panel on that theme is complex, so it might be doing something weird. I couldn't reproduce what you have there. If it's not a page, there will be something, somewhere that's called "automotive repair questions" - a page, a menu item, something.
Hello, That is OK - we're human. The Home page name is HOME - nothing else. My Focused key word is "automotive repair questions" - I removed all words relating to automotive repair questions - cleared cache - and still shows it as Home | automotive repair questions in the yellow part. This really has me puzzled were all the blog names "page names" are in the yellow as it should, but for thew life of me I cannot find where this is in the style sheet or anywhere - to where I can release this glitch to just Home? Here is the Home page screen shot https://docs.google.com/file/d/0B9_YIn2J4Rx0X1QwNjdtLXNaX3M/edit Thank you for your time and help, Leon
I honestly can't make my testbed do the same thing. It's got to be reading the text from somewhere in your options (presumably the SEO settings), but mine doesn't do it. Perhaps it's conflicting with a plugin?
It`s simple It`s all in the CSS You have there in style.css : .articles .post-caption { background: linear-gradient(to bottom, #FFEA00 0%, #FFC808 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); border-radius: 9px; height: 48px; padding: 0 10px; position: relative; } Just change the color of that background and you`re set. Sorry, i wasn`t paying attention, it was the breadcrumbs text you wanted to change, and i have no clue
Well, not really familiar with SEO pressor. I am not going to get into that bit lol.. At any rate, with Yoast for instance, there are templates for some title tags and things of that nature so that may be causing the issue. Aside from that, I would have to crawl in there real fast to see where that is coming from. All I can really tell at a glance of the source code is that its designated as h1, hence fairly important to be able to control. Just thinking out loud really. Nigel