Text over picture

Hi! I have been wondering whether it could be possible to add text over picture in X-theme.
My idea is something like I could add a picture boxes, and add text overeacg picture.
For example “Read more about…”

Hi @Floriance,

The best way to achieve that is using the graphic button.

  • Add your button, then enable the graphic option > enable image type:

  • Add the image:

  • Add the text-over-img class to your button:

  • Add this custom CSS:
.text-over-img .x-anchor-text {
    position: absolute;
}
  • Result:

Hope it helps :slight_smile:

1 Like

Sounds simple. Need to try. Many thanks.

You’re welcome! :slight_smile:

One small nuance. I am using Cornerstone for editing :thinking:

Hi @Floriance,

The steps provided by @thai are edited through Cornerstone as you can see in the screenshots he included.

If you are not seeing some options, perhaps you need to enable the Advanced Mode option setting of your site. To do this please click on the cog icon on the settings area then enable the Advanced Mode option.

Hope this helps.

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