Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1297400

    Hallo, ich würde gerne in einer Symbolbox die Größe der Icons ändern. Wie ist das realisierbar ?

    #1297785

    Hey Alexandervc33,

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

    a.iconbox_icon:before {
        font-size: 50px;
    }

    This will apply to all icon box icons. If you for it to only apply to certain elements, then please add a class to the element in the Advanced tab, then add the class before the CSS above, like so:

    .your-class a.iconbox_icon:before {
        font-size: 50px;
    }

    Best regards,
    Rikard

    #1298368

    Guten Abend, leider funktioniert das so nicht.. Könnten Sie sich das ganze einmal anschauen ?

    #1298760

    Hi,

    You can try this css code to increase the size of the font icons.

    #top .iconbox.av-no-box .iconbox_icon {
    	margin: 0 auto 20px auto;
    	width: 90px;
    	height: 90px;
    	line-height: 90px;
    	font-size: 50px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

    #1298812

    Hallo auch dieser CSS-Code funktioniert leider nicht. Können Sie mir bitte zeitnah eine Alternative anbieten

    Grüße
    Alex

    #1299142

    Hi,

    You had some invalid CSS in Quick CSS:

    *avc:Logo mittig ausrichten*/
    
    *avc: Whatsapp*/
    whatsapp://send?text=[title]-[permalink]
    
    *avc: Header Höhe/Größe ändern*/

    I’ve removed that for you, and added the CSS Ismael posted, and it’s applying. Please review your site.

    Best regards,
    Rikard

    #1301038

    Super, vielen Dank! Funktioniert hervorragend :)
    Sie können diesen Thread schließen

    Vielen Dank
    Alex

    #1301303

    Hi,

    Great, I’m glad that we could help you out, and thanks for the update. I’ll go ahead and close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon Größe verändern in Symbol-Box’ is closed to new replies.