Reply To: Turn Off Feature Graphic Echo

Homepage Community Forums Epik Theme Support Turn Off Feature Graphic Echo Reply To: Turn Off Feature Graphic Echo

#21478
Wes
Moderator

    Which section are you referring to? I don’t see it on your site.

    There’s a couple ways you can add background colors to certain sections. If we used the .hf1 or the white section that is currently showing, you can add something like this –

    .hf1 {
    	background: red;
    }

    It just depends on which section you want to change.

    Sometimes if there’s already a background image active, you would need to either remove that image or override it with CSS so the image doesn’t show, but the background color does.

    Just let me know the exact section you want to change, and the color you want to show and I can post the code to use here.