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

    Hello all
    is it possible that on the page: link below
    in the menu mobile the distances can be set the same size as between instagram and facebook. Printscreen see below:
    and that the icons have the same colors as the hamburger menu #873618
    Instagram and facebook maybe also a little bigger

    Thanks in advance
    kind regards
    Franz

    #1368569

    Hey schweg33,
    Please try this css:

    @media only screen and (max-width: 767px) { 
    #header_main #menu-item-shop .cart_dropdown_link {
        padding: 0 15px 0 30px;
        color: #873618;
    }
    }
    #top #menu-item-shop .av-cart-counter {
        background-color: #873618;
    }
    .header_color #header_main .social_bookmarks a {
    	color: #873618;
    }

    After applying the css, please clear your browser cache and check.
    The expected results
    2022-10-12_002.png

    Best regards,
    Mike

    #1368614

    hello mike many thanks

    Everything works great

    only one small question
    The shopping cart on the PC does not change its color.
    Can I also set this via css

    thanks
    and kind regards
    Franz

    #1368618

    Hi,
    Glad to hear, try adding this css

    #header_main #menu-item-shop .cart_dropdown_link {
        color: #873618;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1368621

    Thank you Mike
    now it fits great

    Thanks for your great support
    you can close this request

    kind regards
    Franz

    #1368625

    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 ‘Spacing size and color of symbols’ is closed to new replies.