• Resolved ashley_c

    (@ashley_c)


    Hi! How do I make a gap between where it says “View More” and the gallery photos on the home page?

    Also how do I change the hover background color? I want the blue to match the logo, not the current blue that’s showing up as the background.

    Thank you

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

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

    (@longnguyen)

    Hi,

    You can add this custom CSS code in Appearance > Customize > Additional CSS to add space between the gallery photos and the button “View more”.

    .section-gallery .all-gallery .btn {
        margin-top: 30px;
    }

    This CSS code to change the background color of the button when hovering.

    .section-gallery .all-gallery .btn:hover {
        background-color: #1d4fa3;
        border-color: #1d4fa3;
    }

    Regards.

    Thread Starter ashley_c

    (@ashley_c)

    Awesome, thank you so much! That worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between “View More” and gallery photos on home page’ is closed to new replies.