faabiian3
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Remove padding under headerThankyou very much!
Forum: Themes and Templates
In reply to: [Shop Isle] Font different on one page?Ok… I’m an idiot.
The font was in capitals so looked totally different from the other font.
*facepalm*Thanks anyway!
Forum: Themes and Templates
In reply to: [Shop Isle] Font different on one page?Hi.
Thanks for the speedy response.If you look at my shipping page:
https://www.realbeing.co.uk/shippingAnd then the about page:
https://www.realbeing.co.uk/aboutThe headings are different from the main body text. I’d just like to make the heading on the about page the same font as the shipping page.
Thanks
Forum: Themes and Templates
In reply to: [Shop Isle] Remove/reduce padding under header imageHi there.
Thanks, but it was the padding between the header image and the title text that I wanted to reduce. The code above seems to reduce the header image size too.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Lightbox stopped workingWhere do I put the following code?:
add_theme_support( ‘wc-product-gallery-zoom’ );
add_theme_support( ‘wc-product-gallery-lightbox’ );
add_theme_support( ‘wc-product-gallery-slider’ );Forum: Plugins
In reply to: [WooCommerce] Delete ‘add options’Great! Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Delete ‘add options’Hi, thanks for the reply.
Unfortunately, that didn’t seem to work!
Forum: Plugins
In reply to: [WooCommerce] Delete breadcrumbs from product pageMany thanks!
Forum: Themes and Templates
In reply to: [Optimizer] Unable to change product image sizePerfect!
Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Unable to change product image sizeIdeally. The image appears to be blurry, although I’m sure the original image size is large enough.
It’s not a huge issue but it would be nice if it could be a fixed size.
Thanks!
Forum: Fixing WordPress
In reply to: Add margin on shop page woocommerceApologies, adultkickstart.
Miscellaneous was an option on the theme I chose’ menu. Your theme may not have that option, however, should have something similar from the customisation option.
Forum: Themes and Templates
In reply to: [Optimizer] Remove Boarder Around “Search” Box WidgetBrilliant! Thanks
Forum: Themes and Templates
In reply to: [Optimizer] Remove margin around page titlesWorked a treat! Thanks.
Forum: Themes and Templates
In reply to: [Optimizer] Remove Boarder Around “Search” Box WidgetIf possible, also remove the boarder around the posts themselves:
Forum: Themes and Templates
In reply to: [Optimizer] Remove author and author profile picture from posts.Resolved
Hi
Insert this in Custom CSS
.post_content .meta_comm,
.post_content i.fa-comments,
.post_content a.auth_meta{display:none;}
if you want to keep the comments, insert this only:
.post_content a.auth_meta{display:none;}Thanks