Category WordPress

Reduce Vertical Space Top of Page

This works in the GeneratePress theme to reduce excessive space at the top of pages. /* Reduce height of the main content wrapper / .inside-article { padding-top: 0px !important; margin-top: 0px !important; } / Reduce height of menu */.main-navigation .main-nav…

Add Background Image To Header

This works in the GeneratePress theme. .site-header {background-image: url(‘https://scapool.org/wp/wp-content/uploads/2025/11/PoolBallsPan110.jpg’);background-size: cover;background-position: center;}