Viewing 6 replies - 1 through 6 (of 6 total)
  • More than likely.

    Got a url to look at?

    Thread Starter sammyjib

    (@sammyjib)

    Yes, it’s the one underneath my name.
    https://www.istimewa-events.nl

    Thank you ??

    Ha ha…when I first checked that url, it said “coming soon”.. ??

    Theme options > Advanced Settings

    Insert the following. Change the # of pixels to suit.

    .home-iconmenu a {
    height: 300px;
    }

    Thread Starter sammyjib

    (@sammyjib)

    Yes, you’re absolutely right. I took it off construction mode a minute after posting this question. You were really quick to respond!

    About the code, this code is already in my Custom CSS to set the height of the background of the home icon menu (the red rectangle) but what I would like to do is change the line height/spacing for the titles of the home icon menu since the long titles that take up two lines have a lot of space between them. I hope you understand what I mean.

    Thanks!

    Ok, hope this is what you are looking for.

    these are the classes to adjust that text. I took it down to 14px font size to get your longest titles to fit. Adjust to suit.

    .home-iconmenu h4 {
    font-size: 14px;
    line-height: 20px;
    }

    .home-iconmenu a p {
    font-size: 14px;
    line-height: 20px;
    }

    Thread Starter sammyjib

    (@sammyjib)

    Great!
    Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Decrease line height / spacing title icon menu’ is closed to new replies.