Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

can anyone suggest how to create custom text in image in AEM6.5

Avatar

Level 3
 
1 Accepted Solution

Avatar

Correct answer by
Level 4

You mean the "ABOUT US" text or any thing in place of that.
If yes, then what is the problem go author the component dialog value.

Generally on any image component put a heading tag in html make it authorable and place it over image anywhere.
for reference you can refer your hero component
/apps/weretail/components/content/heroimage/heroimage.html 

<div class="we-HeroImage-wrapper">
                <p class="h3">${properties.heading}</p>
                <strong class="we-HeroImage-title h1">${properties.title || currentPage.title}</strong>

View solution in original post

6 Replies

Avatar

Level 4

Your question is not clear.
If you are looking for watermark for your images. You can use watermark step in dam update asset workflow.
Place the Add Watermark step anywhere before the Process Thumbnail step.

Add watermark to your digital assets | Adobe Experience Manager

Avatar

Correct answer by
Level 4

You mean the "ABOUT US" text or any thing in place of that.
If yes, then what is the problem go author the component dialog value.

Generally on any image component put a heading tag in html make it authorable and place it over image anywhere.
for reference you can refer your hero component
/apps/weretail/components/content/heroimage/heroimage.html 

<div class="we-HeroImage-wrapper">
                <p class="h3">${properties.heading}</p>
                <strong class="we-HeroImage-title h1">${properties.title || currentPage.title}</strong>