Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1369212

    Hallo. Ich habe in der Topbar über dem Header Text stehen den ich gerne verlinken möchte.

    #1369434

    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

    #1369862

    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

    #1369876

    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

    #1369977

    Perfect. Thank Mike. Closed.

    #1370019

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Links in Topbar’ is closed to new replies.