Viewing 2 replies - 1 through 2 (of 2 total)
  • .

    (@techievous)

    You mean the pencil, checkmark, and heart icon on your page?

    This will change the size on all 3 of those:

    .home-iconmenu a i (
        font-size: 120px; /* home iconmenu size */
    }

    And if you only want to change the icon size on only the Custom Home Plan box, use this:

    .homeitemcount1.home-iconmenu a i {
        font-size: 120px;
    }

    change .homeitemcount# to 2 or 3 if you need other boxes

    Add this to your custom css box in the theme options > advanced settings:

    @media (min-width: 992px) {
    .homeitemcount1 {
    width: 50%
    }
    .homeitemcount2, .homeitemcount3 {
    width: 25%
    }
    }

    Kadence Themes

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Icon Menu Size’ is closed to new replies.