Hallo. Ich habe in der Topbar über dem Header Text stehen den ich gerne verlinken möchte.
Hey diefleischerei,
To change your topbar text to links, you would wrap the text with html link tags like this:
Zum <a href="/newsletter/">Newsletter</a> und <a href="/shop/">Shop</a>
please note the links are examples so you will need to adjust the url “href” to your links.
To make the topbar text larger on mobile, try adding this css:
@media only screen and (max-width: 767px) {
#top .phone-info {
font-size: 22px;
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Vielen Dank Mike. Sieht fast schon perfekt aus.
Zwei kleine Dinge hätte ich noch. Vielleicht kannst du da helfen :) Und zwar wird der Text in Schriftgröße 22 nur in der mobilen Ansicht angezeigt nicht aber in der Desktopansicht am PC.
Und wäre es möglich die Links von “Newsletter” und “Shop” schwarz einzufärben damit man sie innerhalb des Texts als Links erkennt?
Vielen herzlichen Dank, Alex
Hi,
To have the large font on desktop also and have the links black, use this css instead:
#top .phone-info {
font-size: 22px;
}
#top .phone-info a {
color: #000;: 22px;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Perfect. Thank Mike. Closed.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike