Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #888021

    Hallo,

    ich möchte gerne, Impressum, Partner und Datenschutz

    waagerecht darstellen, in einer Zeile links, neben den social Icons, wie mache ich das?

    View post on imgur.com

    Ist es möglich das ich die Socialicons mit einer einheitlichen Farbe darstelle? Kreis gleiche Farbe und Icon jeweils in weiss?

    Danke für die Hilfe

    #888235

    Hey frosch178,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #888445

    ich arbeite im Moment noch mit einem Virtualen Server Xampp.

    #888679

    Hi,

    We would need to inspect the page so we know your exact ids and classes.

    Best regards,
    Jordan Shannon

    #889028

    Hi, ich habe an der id und classes noch nix verändert, habe eurern paragraphen aus dem vor gefertigten Theme verwendet.

    #889724

    Hi,
    For the social icons to be a uniform color, Circle same color and icon each in white, Try this code in the General Styling > Quick CSS field:

    #top #wrap_all .social_bookmarks_linkedin a,#top #wrap_all .social_bookmarks_xing a,#top #wrap_all .social_bookmarks_gplus a {
        color: #fff!important; 
        background-color: #46d4fe!important; 
    }

    Best regards,
    Mike

    #890072

    Hi,
    thanks i will try it,

    How can i visible, on the left side:
    Impressum I Partner I Datenschutz

    #890075

    Hi,

    You want to hide that text?

    Best regards,
    Jordan Shannon

    #890115

    no i want design it like that, on the left side in the footer

    Impressum I Partner I Datenschutz

    #891280

    Hi frosch178,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #942260

    Hi,
    How can i visible, on the left side:
    Impressum I Partner I Datenschutz

    at the moment it looks like this

    Impressum
    Partner
    Datenschutz

    <section id=”nav_menu-4″ class=”widget clearfix widget_nav_menu”>
    <div class=”menu-footer-container”>
    <ul id=”menu-footer” class=”menu”>
    <li id=”menu-item-3478″ class=”clearfloat menu-item menu-item-type-post_type menu-item-object-page menu-item-3478″>
    Impressum

    <li id=”menu-item-3534″ class=”clearfloat menu-item menu-item-type-post_type menu-item-object-page menu-item-3534″>
    Partner

    <li id=”menu-item-3535″ class=”nebeneinander menu-item menu-item-type-post_type menu-item-object-page menu-item-3535″>
    Datenschutz

    </div>
    <span class=”seperator extralight-border”></span>
    </section>

    #942295

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #nav_menu-4.widget #menu-footer li {
        display: inline-block!important; 
    }

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.