To add a smaller text in bottom of banner, you can follow these.
#1. First, find Banner Section ID.
In my example, it is: section[data-section-id=“67b941fcfc71df3e3afeb1aa”]
#2. Use this code to Custom CSS
If code doesn’t work, you can comment below, message or send me an email.
section[data-section-id="67b941fcfc71df3e3afeb1aa"]:after {
content: "@bymountainbike";
font-size: 18px;
color: #fff;
position: absolute;
bottom: 10px;
right: 10px;
}
#3. Result
#4. To change text size/color + change ID here