Forum Replies Created
-
AuthorPosts
-
han
KeymasterCan you share your website URL?
Or try this code instead.banner { background-color: #333333 !important; background-image: none !important; }han
KeymasterYou can hide the header background image globally via CSS. Go to “Appearance > Customize > CSS” and insert this code
.banner { background-color: #4c4c4c; background-image: none !important; }Or if you want to hide the background on blog post only, use this code instead
.singular-post .banner { background-color: #4c4c4c; background-image: none !important; }Feel free to change the background color as you like.
han
Keymasterplease email the screenshot to hello@themehall.com
han
KeymasterHi Akpos, what do you mean with Site Description background. Can you send screenshot?
Thanks,
Hanhan
KeymasterYou can only use the widget on home page because Home banner widget area only display on your Home page. Inner pages uses header image (globally) or Featured Image
han
Keymastertwo ways to hide / remove it
1. via css.comments-closed {display:none}
2. create an empty file called comments-loop-error.php into Church theme /partials/ folderhan
KeymasterHi Peter, there are 2 ways to do it (choose which one is easier)
- Hide via css .entry-footer {display:none}
- create an empty file called entry-footer.php into Church theme /partials/ folder
han
KeymasterYou can easily hide the header banner via css. Go to “Appearance > Customize > Additional CSS” and insert this code
.banner { display:none; } .home .banner { display:block; }han
KeymasterHi Paul, thanks for your purchase. I’d suggest 1600 x 1080 pixels. Your current image header is way too big, it hurts your site performance.
han
KeymasterHi Henrik,
Woocommerce overrides the theme style. But You can change the button color easily with CSS. Please check below example.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #000; } .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background-color: #333; }We’ll provide more options when we release the Pro version
han
KeymasterThe plugin might have conflicted with other plugins you have. Try to deactivate other plugins and see if that fix the issue.
han
KeymasterHi Carlos,
The latest version of the plugin has been uploaded. Please delete the old plugin to download the new one. Also, you can purchase the plugin to get direct support from the author.han
KeymasterHi Joanna,
Please try below code.content {width: 75%;} .sidebar-primary {width: 25%;} @media screen and (max-width: 768px) { .content, .sidebar-primary {width: 100%; float:none; clear:both;} }han
KeymasterYou need to create “partials” folder
han
KeymasterHi Joanna, that option is not available but we’ll consider to add this feature. If you understand html code, you can check function “family_get_header_image” in functions.php and add the link.
-
AuthorPosts
