[ad_1]
Hello @julian74
Yes, that’s possible. You can do it with CSS. For example, enter the following piece of code into the “Include an ad, or your own block of code” attribute in the plugin settings page:
<style>
.lp-logo-wrapper::after{
content:"My Text Here";
display:inline-block;
width:100%;
min-width:300px;
margin-left:50%;
transform:translate(-50%);
text-align:center;
font-size:24px;
font-family:sans-serif;
}
</style>Best regards.
