• Hi I am trying to get rid of the opaque part in my about section of the website. it showed up when I entered a text but doesn’t necessarily follow with the text see http://www.computerandi.com under the about section and notice the first line as an example. Also, I am trying to change the color of the “about” text link from grey to white to match the “home” text button. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter comp1432

    (@comp1432)

    nm on the change in color on the about text button, I justed noticed it changes depending on the page your on 😛

    no idea what you mean with ‘opaque’ and the ‘about’ section (?)

    you can change the color of the ‘about’ link in style.css of your theme; here:

    #access a {
    	color: #aaa;
    	display: block;
    	line-height: 38px;
    	padding: 0 10px;
    	text-decoration: none;
    }

    btw:
    are you aware that twenty ten as the default theme of wp3 wil be overwritten with your next upgrade of your wordpress versions?
    all modifications will be lost.
    consider creating a child theme: http://codex.wordpress.org/Child_Themes

    make regular backup copies of your theme files.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"About" section in twenty ten has opaque text content, would like transparent’ is closed to new replies.