Can't edit my front page

I changed the background image of my front page and when I tried to edit the letters they disappeared in cornerstone. can you please help me?

the page is https://cronicaspuzzleras.com/

This image is of how it looks

This image is from cornerstone

Also, in the first image, you can see that the drawing overlaps

Thanks!

Hey @jimenagordillo,

Your currently using a Custom Headline element and there’s a known issue with it. Would you mind switching to the new v2 Headline element?

For more details about the Headline element, please see https://theme.co/apex/forum/t/elements-custom-headline/14638

Thanks.

Hi, I’ve tried with a new headline, but because I cat erase the old one it continues to appear.

Hi there,

Please try loading the Cornerstone page in Skeleton mode and see if you are able to find the element and edit it.

If you are still having issues with the page, please make sure that you have everything updated to the latest version especially for X and Cornerstone. You can find more info about the support versions of X and its bundled plugins here.

If you are still seeing an issue, please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

By eliminating the section, I have to re do everyting, so I’ve redone my homepage and will save the template since I hace this issue in many of my pages. I used the headline element. How can I add a link to the headline? Thanks for helping me!

Hi there,

You may wrap the headline text in an <a> tag like this:

<a href="https://example.com">Short and Sweet Headlines are Best!</a>

Hope this helps.

thanks so much for answering, I’ve just tried it, but when I do (It adds the link), but it looses the color I had chosen for it

I had tried to use a button but when I put the mouse over it it changes to white and black

Hello There,

When you add a link, the headline looses the color and the new color will be taken from the site links color. You can maintain the color by using a custom css. You will need to update your headline link as well. For example, you will be using this:

<a href="https://example.com" class="my-link">Short and Sweet Headlines are Best!</a>

And in the custom css section, you use this:

.my-link {
  color: red;
}

.my-link:hover {
  color: green;
}

Feel free to change the color the same colors of your headline. I used red and green as an example for you to easily spot the difference when you apply this example code to your site.

Hope this helps. Please let us know how it goes.

Thanks!!! this was really helpful!

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.