Hey, how to add text to the top bar?
Hey combra!
You can add it in extra info field in Enfold theme options > Header > Extra Elements and wrap your text in SPAN tags with custom class and then adjust their positions using custom CSS. If you need help, please add your text and then let us know.
Regards,
Yigit
How to get span “Vorteil1” to middle (Green text)
.vorteil1 {
color: green;
}
And “vorteil2” (black text) to the right?
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Sure
Hi!
Please add following code to Quick CSS
.phone-info,.phone-info span {
width: 100%;
}
span.vorteil1 {
text-align: center;
}
span.vorteil2 {
text-align: right;
}
Regards,
Yigit
Thanks! How to fix: I want to have all three in same row.
Hey!
I have adjusted custom CSS code in Quick CSS field. Please review your website now
Best regards,
Yigit
Thanks, solved!