Jump to content

Recommended Posts

Posted

I'm still a simple Blogger user, however I do like to update my template with the seasons. :thumbup1: I'm making a Valentine's template and have been puzzling over this script for quite a while tonight. What I WANT to do is make the links in the right content be a different color than the links in the left content (date footer and Comments link). As it is now, when I change one, I change them both.

 

I've played around with several things trying to force a different color on one but am striking out. It's probably really easy, but if someone can point me in the right direction I'd appreciate it. :) I'm attaching the txt file of my code.

 

Thank you!!

 

Kristi

template.txt

Posted

Hi bellringr

Honestly a little more info would be great. I would love to help out with what sounds like a simple 2 column css layout.

without more info though it makes it difficult to do. What are you trying to achieve ?

if you would like just message me I would be more than willing to help out anyway I can.

RobertM

Posted

Replace

>#rightcontent {
font-size:12px;
height:100%;
margin-left:0px;
text-transform:none;
padding-right:10px;
font-color:#8D2E46
}

With

>#rightcontent {
font-size:12px;
height:100%;
margin-left:0px;
text-transform:none;
padding-right:10px;
font-color:#8D2E46
}
#rightcontent a:link { 
color: #000000;
}
#rightcontent a:visited { 
color: #000000;
}
#rightcontent a:hover, a:active { 
text-decoration: none;
}

And change settings to your desired color

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...