Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #1264980

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    html body.page-id-11963 a.iconbox_icon[data-av_iconfont='fontello']:before {
        font-size: 90px;
    }

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

    Best regards,
    Mike

    #1264993

    Hi Mike,

    it looks okay, is it although possible to make the outline from the circle away?

    Best regards,
    Jörn

    #1265005

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top.page-id-11963 .iconbox.av-no-box  a.iconbox_icon {
        border-style: none !important;
        border-width: 0 !important;
    }

    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1265048

    Perfect.

    How I can use is on product page?

    For example: https://baenfer.de/produkt/bouldermatten-standard/

    • This reply was modified 3 years, 4 months ago by joernbaenfer.
    #1265171

    Hi,
    Thank you for the link to your product page, I assume this section will be used in many pages so I would recommend giving this section a custom ID, right now the section ID is the default av_section_1 so the following CSS will use this ID, but you should change it so there won’t be a conflict with other iconboxes on your site.

    #av_section_1 .iconbox.av-no-box a.iconbox_icon:before {
        font-size: 90px;
    }
    #av_section_1 .iconbox.av-no-box a.iconbox_icon {
        border-style: none !important;
        border-width: 0 !important;
    }

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

    Best regards,
    Mike

Viewing 5 posts - 31 through 35 (of 35 total)
  • You must be logged in to reply to this topic.