• I’d like for the titles on my home page icons to display on the top of the boxes, instead of the bottom but I have no idea where to start… Any ideas?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding this CSS to Theme Options> Advanced Settings:

    .home-iconmenu img {
        order: 2;
    }
    
    .home-iconmenu a {
        display: grid;
    }

    This may not be optimal, but the theme developer will let us know if there’s a better solution.

    Let me know if that works for you.

    -Kevin

    Thread Starter redbarnstudio

    (@redbarnstudio)

    That worked! And I would be interested to know if there is a better solution. Thanks!

    The only “better” solution would be to change php files and change the order in the html output. That would give you full support for older browsers that don’t support display:grid.

    That option requires you use a child theme then override the templates/home/icon-menu.php file.

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move Title on Home Icons’ is closed to new replies.