Make a Custom Deadline (Subheading) to an internal Link

Hello,

WordPress 4.8.1
PRO 1.1.1
–deleted–

How do I make, Custom Deadline (Subheading h2) an internal Link?

–deleted–

Hello There,

Thank you for the very detailed post information. To make your custom headline as a link, please have it updated and insert this instead:

<a href="http://your-link-here/">**--deleted--**</a>

We would loved to know if this has work for you. Thank you.

Hello, thank you for the information.

It is now in place and it works great!
Where do I select the hover color, as I’m getting a green when hover.

SEO question:
Will this continue to be detected as an H2 or H3 header, when it comes to SEO. Or now that we have this code in place, it will not longer be recognized as and H2/H3 header?

Hello There,

Thanks for updating in! You can change the site link color and hover color by going to X > Launch > Options > Typography > Site Links. You will see a color pickers for both the link color and hover color.

Even if the heading tag is a link, the bots will still see it as a heading tag. It will not be ignored. It is a heading tag which is important.

Hope this helps.

Thanks, I confirm my settings, but I’m experiencing an issue, where I’m getting GREEN over Link Hover, instead of RED.

On “Launch > Options > Typography > Site Links”
SITE LINKS: I have a Green color 55EA89
SITE LINKS HOVER: I have a Red color F00064

–deleted–

This image is from:
–deleted–

Hi There,

Please add the following CSS under Customizer > Custom > Global CSS:

.h-custom-headline a:hover {
    color: #f00064;
}

Thanks! It works great on the header.
But now I need it for a link that is in the Paragraph area.

–deleted–

Hey,

You can add this custom CSS code to change this color:

    color: #f00064;
}```

Works, thanks!

Glad it worked.

Cheers!

Hello there,

I’m using the provided code.

<a href="http://My-link-here/">My<br>Header Here. </a>

But know I find out, that it will prevent from reflecting the selected text color.

–deleted–

By the way I have these CSS in place.

Hi there,

That’s the purpose of custom CSS and it will override any CSS that you added through option. It’s either use that option or use that CSS, you can’t have both.

Thanks!

OK,

Is there a code, that I need to add in order to change the color of those H3 custom headers.

OK,

Is there a code, I need to add, in order to change the color of those H3 custom headers.

Hi there,

Would you like it to be applied globally (all h3 headers)? If yes, then simply add this CSS

h3, .h3 {
color: #000;
}

Or just wish to apply it to specific headline? Then add this CSS

.border_headline {
color: #000;
}

Then add border_headline to your custom headline’s Class input field.

And that should do it :), just change its colors to your preference.

Cheers!

Thank you for the code.
Yes, in this case I will use it for a specific heading.

But, after applying it to CSS, and adding the class, there is no change.

–deleted–

Hi again,

This may not work, you should give the class directly to the link for example you can make use of the following code:

<a class="border_headline" href="your link">Commission your system</a>

Let us know how this goes!

Thanks, but it doesn’t work.

I really need this to work, as with this background the text is not eligible.

–deleted–

Hi again,

Can you please provide the page URL so we can take a look?

Thanks!

Hi there,

I just published the page as it was only a draft.

–deleted–