comp1432
Member
Posted 1 year ago #
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!
comp1432
Member
Posted 1 year ago #
nm on the change in color on the about text button, I justed noticed it changes depending on the page your on :P
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.