Support » Fixing WordPress » text and links not visible

  • Resolved marklaroi

    (@marklaroi)


    Hi,

    I just set up a new WP blog using the Inspiration theme and at the portion of the blog directly beneath the header, where the title, sidebar 4 and RSS feeds are located, everything is invisible and must be highlighted to be seen.

    I’ve looked in the Header coding but cannot find how to “unveil” this portion, though it’s obvious where its coding is. I even tried changing the font colors to no avail.

    Any help?

Viewing 5 replies - 1 through 5 (of 5 total)
  • If the color of the text is the same as your background image that is why you can’t see it and you would need to edit your CSS and the color for that specific tag to something else so that you can see them. What’s your URL?

    Thread Starter marklaroi

    (@marklaroi)

    See why I need help? I can’t even remember to leave the URL! Here it is: http://marklaroi.com/blog/

    I tried changing the font color in that section in case it was written in white but it didn’t work.

    I searched your CSS and this line in the style.css shows as having “White” as its color.

    #sub-header,#sub-header h3, #footer, #recent-block a:link, #recent-block a:visited, #recent-block h2, #recent-block h3, #recent-block { color:#fff !important; }

    Web Developer identifies that area as being div .grid_6 which is a rather strange container, but there you go. So go to your stylesheet and find that section of the CSS and you can change the font-color as needed. It probably is set to white (#FFF or #FFFFFF)

    I too use “Web Developer” but as I stated previously the correct CSS tag is #sub-header,#sub-header h3, #footer, #recent-block a:link, #recent-block a:visited, #recent-block h2, #recent-block h3, #recent-block { color:#fff !important; }

    If you also look at the “Element Information’ you’ll see this as the correct CSS tag for that particular div

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘text and links not visible’ is closed to new replies.