Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1472991

    Hello, I have issues I cannot solve with the header area.
    – the color of the button of the full width slider and the social icons in the transparant slider are white. It has to be #faf3e0
    – other issue is that the menutab of the woocommerce cart is to big on the bottom when scrolling

    Hope someone can help me out.

    Best wishes, Sascha

    #1473007

    Hey Sascha,

    Please try the following in Quick CSS under Enfold->General Styling:

    .av_header_glassy.av_header_transparency .social_bookmarks li a {
      color: #faf3e0;
    }
    .header-scrolled a.wpmenucart-contents {
      height: 58px !important;
      line-height: 58px !important;
    }

    Best regards,
    Rikard

    #1473017
    This reply has been marked as private.
    #1473037

    Hi,

    Please try this instead:

    .av_header_glassy.av_header_transparency .social_bookmarks li a {
      color: #faf3e0 !important;
    }

    Best regards,
    Rikard

    #1473231
    This reply has been marked as private.
    #1473259

    Hi,

    You can set the colour for each slide in the element option under Styling->Colors.

    Best regards,
    Rikard

    #1476420
    This reply has been marked as private.
    #1476491

    Hi,

    Thank you for the update.

    You can add this css code (Enfold > General Styling > Quick CSS field) to adjust the color of the heading row in the pricing table.

    .main_color .pricing-table li.avia-pricing-row, .main_color .pricing-table li.avia-heading-row, .main_color .pricing-table li.avia-pricing-row .pricing-extra {
        background-color: var(--enfold-main-color-primary);
        color: #faf3e0;
        border-color: var(--enfold-main-color-stripe);
    }

    Best regards,
    Ismael

    #1476977
    This reply has been marked as private.
    #1476994

    Hi,
    Glad Ismael could 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 10 posts - 1 through 10 (of 10 total)
  • The topic ‘color change social icons and button in full width slider’ is closed to new replies.