All of my blog titles have disappeared. In need of Wordpress help.
-
Not sure if this is the right place to ask this question but here it goes. All of the titles on my real estate website have disappeared. I have spent hours looking through different forums trying to figure out how to make them show up. Also whenever I hover the cursor over links they turn to white and disappear as well.
This is the website: http://www.acolerealty.com/blog/
If this helps here is the custom CSS in worpress is the following:
/* GREEN */
body {background: #eff3ec !important;}
.header-membership {
background: #fff !important;
box-shadow: none !important;
border-bottom: 2px solid #e5e9e3 !important;
}.header-membership a {
color: #909090 !important;
text-shadow: none !important
}h1#site-title a {
color: #397249 !important;
}header nav#main-nav {
background: #7aad79 !important; /* Old browsers /
background: -moz-linear-gradient(top, #7aad79 0%, #397249 100%) !important; / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aad79), color-stop(100%,#397249)) !important; / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #7aad79 0%,#397249 100%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #7aad79 0%,#397249 100%) !important; / Opera 11.10+ /
background: -ms-linear-gradient(top, #7aad79 0%,#397249 100%) !important; / IE10+ /
background: linear-gradient(to bottom, #7aad79 0%,#397249 100%) !important; / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aad79', endColorstr='#397249',GradientType=0 ) !important; / IE6-9 */
}#t-header-container .home-search-container #header-top-search::before {
background: #7aad79 !important; /* Old browsers /
background: -moz-linear-gradient(top, #7aad79 0%, #397249 100%) !important; / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aad79), color-stop(100%,#397249)) !important; / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #7aad79 0%,#397249 100%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #7aad79 0%,#397249 100%) !important; / Opera 11.10+ /
background: -ms-linear-gradient(top, #7aad79 0%,#397249 100%) !important; / IE10+ /
background: linear-gradient(to bottom, #7aad79 0%,#397249 100%) !important; / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aad79', endColorstr='#397249',GradientType=0 ) !important; / IE6-9 */
}input.button-primary {
background: #7aad79 !important; /* Old browsers /
background: -moz-linear-gradient(top, #7aad79 0%, #397249 100%) !important; / FF3.6+ /
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7aad79), color-stop(100%,#397249)) !important; / Chrome,Safari4+ /
background: -webkit-linear-gradient(top, #7aad79 0%,#397249 100%); / Chrome10+,Safari5.1+ /
background: -o-linear-gradient(top, #7aad79 0%,#397249 100%) !important; / Opera 11.10+ /
background: -ms-linear-gradient(top, #7aad79 0%,#397249 100%) !important; / IE10+ /
background: linear-gradient(to bottom, #7aad79 0%,#397249 100%) !important; / W3C /
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aad79', endColorstr='#397249',GradientType=0 ) !important; / IE6-9 */border:1px solid #23472d !important;
}input.button-primary:hover {
background: #628b61 !important;
}footer {
background: #e4e8e1 !important;
} -
Yes, change the color in places I've mentioned to whatever colors you want. Swap #fcf9f9 to whatever color.
-
Thanks so much for your help Dmitrii. I agree Im in over my head with the developing side of things, just trying to find a fix for this error I created by mistake.
Could you tell me what I would need to do to fix this? Change the color? Is there a code I need to add to the Custom CSS in wordpress. Or what i need to delete?
Thanks for your time much appreciated.
-
Hi there.
you have inline css code, line#173:
#content a:hover, #sidebar a:hover, .social a:hover, .member-bar a:hover, #home-search a:hover,.paging_full_numbers a:hover, .placester_properties a:hover, #content .person-name a, #content .post-title a,#sidebar .widget-title a {
- font-family: arial !important;
- color: #fcf9f9 !important;
_}_This is what makes anchors become invisible on hover.Exactly the same reason for your titles not showing up. because titles are links and they are that "white color. The same inline css - line #181.Cheers.P.S. I recommend you hire a front-end developer, who understands this stuff, otherwise you gonna waste countless hours scouting web for answers which don't exist.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Help with facet URLs in Magento
Hi Guys, Wondering if I can get some technical help here... We have our site britishbraces.co.uk , built in Magento. As per eCommerce sites, we have paginated pages throughout. These have rel=next/prev implemented but not correctly ( as it is not in is it in ) - this fix is in process. Our canonicals are currently incorrect as far as I believe, as even when content is filtered, the canonical takes you back to the first page URL. For example, http://www.britishbraces.co.uk/braces/x-style.html?ajaxcatalog=true&brand=380&max=51.19&min=31.19 Canonical to... http://www.britishbraces.co.uk/braces/x-style.html Which I understand to be incorrect. As I want the coloured filtered pages to be indexed ( due to search volume for colour related queries ), but I don't want the price filtered pages to be indexed - I am unsure how to implement the solution? As I understand, because rel=next/prev implemented ( with no View All page ), the rel=canonical is not necessary as Google understands page 1 is the first page in the series. Therefore, once a user has filtered by colour, there should then be a canonical pointing to the coloured filter URL? ( e.g. /product/black ) But when a user filters by price, there should be noindex on those URLs ? Or can this be blocked in robots.txt prior? My head is a little confused here and I know we have an issue because our amount of indexed pages is increasing day by day but to no solution of the facet urls. Can anybody help - apologies in advance if I have confused the matter. Thanks
Intermediate & Advanced SEO | | HappyJackJr0 -
Competitor Title, can I use the same???
there are some pages, my competitor is ranking well and also, we have done page optimization it is 100% for page title keywords as im going to use the same title of the competitor? Will this affect me? Pls suggest wht should I do..
Intermediate & Advanced SEO | | Rahim1190 -
Canonical Help (this is a nightmare)
Hi, We're new to SEO and trying to fix our domain canonical issue. A while back we were misusing the "link canonical" tag such that Google was tracking params (e.g. session ids, tagging ) all as different unique urls. This created a nightmare as now Google thinks there's millions of pages associated with our domain when the reality is really a couple thousand unique links. Since then, we've tried to fix this by: 1) specifying params to ignore via SEO webmasters 2) properly using the canonical tag. However, I'm still recognizing there's a bunch of outsanding search results that resulted from this mess. Any idea on expectation on when we'd see this cleaned up? I'm also recognizing that google is looking at http://domain.com and https://domain.com as 2 different pages even though we specify to only look at "http://domain.com" via the link canonical tag. Again, is this just a matter of waiting for Google to update its results? We submitted a site map but it seems like it's taking forever for the results of our site to clear up... Any help or insight would greatly be appreciated!
Intermediate & Advanced SEO | | sfgmedia0 -
Can we mix up Wordpress and Html?
I have wordpress website. Now I am planning to add html service landing page into it. (by uploading html page on the root folder). After uploading it may look like below URL. My question is can I Html in wordpress website? Google like it or not? http://www.purpleflareagency.com/las-vegas-printing.html
Intermediate & Advanced SEO | | AlexanderWhite0 -
Stopped ranking. Suspect links with keyword in blog posts and blog username. What to do? Disvow?
One of our staff thought it was a good idea to comment in 30 blogs in our niche using "keyword" as username in blog post linked to our website and additionally adding links to our website in the posts. We now got caught by panda or penguin (google confirmed no manual penalty was taken) and not ranking anymore for this keyword. No notification in webmaster tools neither. We have links from around 90 root domains of which 30 are from these blog posts. What would you suggest to do? Just building more legitimate links so that share of bad links goes down?
Intermediate & Advanced SEO | | lcourse
Using google disvow tool? We would then loose potential to get later legitimate links from these sites? Any ideas/suggestions?0 -
Why would sitelinks disappear
For over the past month my site has received sitelinks from Google and they have been really helping out. All of a sudden this morning they are gone. We 301'ed and redirected (WBT) another one of our other sites to this one on monday. Could it be Google is just trying to figure out what we are doing? Has anyone else seen sitelinks come and go on their site without any other redirects? I am assuming it is because of my sites combining but wanted to hear if anyone else saw sitelinks come and go on their own. Thanks
Intermediate & Advanced SEO | | GeorgeLaRochelle0 -
Guest Blogging Tips
I'm just getting started in guest blogging, and had an idea I wanted to run past the SEOmoz community. I've been told that when guest blogging, it's only worthwhile to post one guest post per domain (if your intention is purely backlinks, which mine is). But I was wondering if it might be more effective to try and place a series of 4 or 5 related posts, and try to get the blog owner to link from one to the other (Click here for Part II of this series). Wouldn't all that internal linking give the pages with my bio links on them that much more authority?
Intermediate & Advanced SEO | | menachemp0 -
Need Guidance On SEO Campaign
Hello, my website is www.mybluedish.com and I am launching an SEO campaign to increase our rankings, especially for the keyword 'satellite internet'. We used to be ranked #5 for this keyword and Google made some changes about 9 months ago that dropped us way back. We have recovered a lot back to #18 now, but have been stuck here for a while. I want to step up our SEO campaign and have come up with the following campaign. Could any SEO's please tell me if you think the following is the make up of a solid SEO campaign or if it should be adjusted? Thank you. 12 new blog articles/month 24 Articles submitted to 10 different directories each (total of 200 article directory submissions)/month 1 basic Press Release from PR.com/month 200 do follow blog comments/month 10 paid blog posts (on other people’s blogs of PR 1-5)/month
Intermediate & Advanced SEO | | MyNet0