Amidek
Forum Replies Created
-
Forum: Themes and Templates
In reply to: for some reason all my links look like plain textI was able to change the color of the links by using Anton’s suggestion:
Use CSS:
.hentry a {
text-decoration:underline !important;
color:red !important
}However, this is also making the tile of my page a different color. How do i exclude the tile from changing color too?
Thanks!
Forum: Themes and Templates
In reply to: Changing link colorI tried this code, but it only changes the color of the titles, and not the links in the text. What i really want to change is the color of the links in the body, and not the titles. For instance, in this article: http://triplecrisis.com/a-new-multidimensional-poverty-index/ I would like to change the color of the underlined/linked text, but not the title of the article. I would appreciate any insight.
Forum: Themes and Templates
In reply to: for some reason all my links look like plain textI have the same problem as above. The code i see in my css is:
}
.hentry {
clear:both;
position:relative;
width:100%;
margin:0 0 10px 0
}
.hentry .title h1,
.hentry .title h2,
.hentry .title h3 {
margin:0;
font-weight:700 !important;
font-size:1.6em;
line-height:1.4em;
}
.hentry .title h1 a,
.hentry .title h2 a{
display:block;
padding:10px 12px;
}
.hentry .title, .pagetitle {
margin-bottom: 8px
}
.hentry .entry {
font-size:1.4em;
line-height:1.6em;
padding:4px;
overflow:hidden;
}
.hentry .entry h1,
.hentry .entry h2,
.hentry .entry h3,
.hentry .entry h4,
.hentry .entry h5,
.hentry .entry h6,
.hentry .entry ul,
.hentry .entry ol {
margin-left:12px;
}
.hentry .entry p{
text-indent:0px;
margin-bottom:15px
}
.hentry .entry .crop,
.hentry .entry img {
padding:4px;
border-style:solid;
border-width:1px;
}.hentry .entry img.alignleft {
margin: 0 4px 4px 0
}.hentry .entry img.alignright {
margin: 0 4px 0 4px
}.hentry .entry ol,
.hentry .entry ul {
padding-left:20px
}.hentry .entry li ol,
.hentry .entry li ul {
padding-left:6px
}.hentry .entry ul {
list-style:circle
}.hentry .entry li {
padding:2px;
}
.hentry .pages {
font-size:1.4em
}
.hentry .more-link {}
.hentry .footer {
overflow:hidden;
clear:both
}
.hentry .footer .links {
float:right
}
.hentry .footer .line {
clear:both
}
/* for big external images */
.hentry .crop {
position:relative;
overflow:hidden;
}
.hentry .crop img {
position:absolute;
border:0;
padding:0;
}Where do i change the color/text decoration?
Forum: Themes and Templates
In reply to: Changing link colorkill-switch413, thanks for the quick response. I believe you were responding to pidoof. My site is http://www.triplecrisis.com (it doesn’t have all the a:link code you just mentioned). I am still unable to change the color of links.
Forum: Themes and Templates
In reply to: Changing link colorI have the same problem! I am trying to change the color of the links but can’t seem to change. They currently appear the same color as the text of the page (black). Any help is appreciated!