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

    Can you provide me the css?
    Need to change it on desktop size.

    :)

    #1107918

    Hey limedrop,

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

    CSS Snippet:

    
    .iconbox .iconbox_content .iconbox_content_title { 
        font-size: 24px; 
    } 
    
    #top .iconbox_content_container {
        font-size: 18px;
    }
    
    

    Best regards,
    Yigit

    #1107924

    No that did not work, maybe not ccs for the right element? The Icon box?
    Look where I ant it – in the green section.

    #1107925

    Hi,

    Please go to Enfold theme options > Performance and temporarily disable CSS file merging and compression and Delete old CSS and JS files if you are not using a cache plugin. If you are using a cache plugin, please flush cache. If neither helps, please post WP admin logins here privately so we can look into it :)

    Best regards,
    Yigit

    #1107938
    This reply has been marked as private.
    #1107944

    Hi,

    I added following code to Quick CSS in Enfold theme options > General Styling and it worked

    #top #wrap_all .iconbox .iconbox_content .iconbox_content_title { 
        font-size: 20px; 
    } 
    
    #top .iconbox_content_container {
        font-size: 18px;
    }

    Please review your website

    Best regards,
    Yigit

    #1108171

    Thank u for your help and quick response! :)

    #1108181

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘con box: Change Heading Font Size and Content Font Size’ is closed to new replies.