srpapas
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] Recurring PaymentsHi there, I’d be interested in recurring payments as well. We are setting up a page for donations to our elementary school. thanks! Sara
Forum: Themes and Templates
In reply to: [Leaf] Background of Header AreaYay! Worked great @dmbarber. Thanks so much!
Forum: Themes and Templates
In reply to: [Leaf] Background of Header AreaWow @batharoy – that seemed to work! Thank you so much!
There seems to be a gap between the site content and the footer – and a small border between the header and the site content. Not sure how to remedy those but I’m 90% happy with it so…. If you have an idea, please let me know.
@tizz, I hear what you are saying. You are probably right that I’d get a similar effect by just adding the background to the header image.
Thank you both!
Forum: Themes and Templates
In reply to: [Leaf] Background of Header AreaThank you @dmbarber. Unfortunately, that didn’t work. It looks like the theme css defines the background for the entire page in one css element instead of separating it into different elements. I guess I’ll just have to add a background behind the image. Kind of ruins the effect I was going for…
Forum: Themes and Templates
In reply to: [Leaf] Background of Header AreaHi @tizz and @nhat, my image is a png with a transparent background. I was wondering how to make the header background transparent using css by either setting the background to not display or giving it a transparent setting.
I tried this:
.site-header img, .header-group.six.columns {
background-color: transparent;
}But no luck.
Forum: Plugins
In reply to: [Widget Logic] Show Only on All Blog pages and PostsGot it.
is_single() || is_page(‘blog’)