Site logo

Archived topic

Down arrow on section bottom Deom

3 replies · Started by Todd on October 9, 2017

Viewing posts 1–4 of 4

How did you achieve the down arrow that is attached to the gray section header On your demo page. I thought it might be a :after CSS but I couldn't quite find it

It is the section that says "Responsive, Free WordPress Theme GeneratePress is fast, powerful and easy to use!

Thank you

Hi there,

It's actually a background image added to the section below. Here is the CSS:

.home-info-section {
    background-image: url(https://generatepress.com/wp-content/uploads/2015/05/arrow.png)!important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

No I haven't but I'd assume it's possible with some tweaks.

Show me what you have if you get stuck and I'll see if I can help with some CSS :)

This archived topic is closed to new replies.