Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #657344

    Hi there,
    I’ve seen how I can modify the icon size of the content box, but I’d like to modify the iconbox content (title and paragraph font size)?
    The icon box style I’d like to modify for is the large icon above the title.

    #657498

    Hey gerardbao,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .iconbox .iconbox_content .iconbox_content_container p {
        font-size: 20px;
    }
    
    h3.iconbox_content_title {
        font-size: 32px!important;
    }
    

    Best regards,
    Yigit

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