Wordpress - Link Difficulties [help]
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
02 Oct 10 10:32 pm
Wordpress - Link Difficulties [help]
For example: Check out this Great Fat Loss Pill
When I link it, it's blue in the editor, but it's black on the actual page and doesn't have the blue line under it. Currently, I'm just changing the color from black to blue, but it's just not right. Without the underline I don't know what to say, but it looks weird.
So my question is how do I get an H3 heading that is linked to show up as a normal blue underlined link?
Thanks,
Caleb
-
jmpruitt - Posts: 4507
- Joined: 19 Jun 09
- Location: United States
- Trust:
03 Oct 10 8:03 pm
Get my exact strategy for forum marketing and brand your business today...
http://www.forumsweeper.com
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
03 Oct 10 8:24 pm
-
jmpruitt - Posts: 4507
- Joined: 19 Jun 09
- Location: United States
- Trust:
03 Oct 10 10:01 pm
Get my exact strategy for forum marketing and brand your business today...
http://www.forumsweeper.com
-
michellerana - Posts: 2131
- Joined: 05 May 09
- Location: Philippines
- Trust:
03 Oct 10 10:05 pm
Thank you,
Michelle
Go to this link to start building your profitable affiliate sites now!
http://www.affilorama.com/affiloblueprint/v3
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
03 Oct 10 10:10 pm
-
Ampie G - Posts: 445
- Joined: 15 Oct 08
- Location: Philippines
- Trust:
03 Oct 10 11:14 pm
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
03 Oct 10 11:24 pm
-
Ampie G - Posts: 445
- Joined: 15 Oct 08
- Location: Philippines
- Trust:
03 Oct 10 11:49 pm
-
mikeantiga - Posts: 601
- Joined: 28 Mar 10
- Location: Philippines
- Trust:
05 Oct 10 9:30 am
You need to modify the CSS of the theme for H3 links to be underlined. Please add the code below to the Custom Scripts section of the AffiloTheme (AffiloTheme > Whole Page > Custom Script)
- Code: Select all
<style type="text/css">
h3 a:link {
color: #FF0000;
text-decoration: underline;
}
h3 a:visited {
color: #0000FF;
text-decoration: underline;
}
h3 a:hover {
color: #FFFF00;
text-decoration: underline;
}
h3 a:active {
color: #00FF00;
text-decoration: underline;
}
</style>
http://www.affilorama.com/lessons
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
05 Oct 10 9:02 pm
EDIT: On just one of my pages for some reason, it's colored red now, and when hovered over turns yellow.
EDIT: Actually I just noticed there are others with redlines under them. And on some when I hover the line below disappears.
-
mikeantiga - Posts: 601
- Joined: 28 Mar 10
- Location: Philippines
- Trust:
05 Oct 10 10:39 pm
Can you please replace the hex code with this: #6600FF If it' still not working, please PM a temporary admin access to your dashboard so that I can check your AffiloTheme options from my end.
http://www.affilorama.com/lessons
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
05 Oct 10 10:52 pm
Thanks,
Caleb
-
mikeantiga - Posts: 601
- Joined: 28 Mar 10
- Location: Philippines
- Trust:
05 Oct 10 11:36 pm
color: #FF0000;
with this:
color: #6600FF;
and see if it fixes the issue. If it still doesn't work, PM me a temp admin access so that I can check your CSS files.
http://www.affilorama.com/lessons
-
nelsencaleb
- Posts: 99
- Joined: 16 Jul 10
- Location: United States
- Trust:
11 Oct 10 8:53 pm
-
michellerana - Posts: 2131
- Joined: 05 May 09
- Location: Philippines
- Trust:
11 Oct 10 10:15 pm
Go to this link to start building your profitable affiliate sites now!
http://www.affilorama.com/affiloblueprint/v3
-
MichaelCostello
- Posts: 3
- Joined: 27 Jul 10
- Location: Australia
- Trust:
13 Oct 10 5:22 am
Thanks
Michael
-
MichaelCostello
- Posts: 3
- Joined: 27 Jul 10
- Location: Australia
- Trust:
13 Oct 10 5:43 am
Sorry all for being stupid :-)
Michael
