ResolvedCategory Images:
- This topic has 7 replies, 3 voices, and was last updated 1 year ago by
Althemist.
- AuthorPosts
- April 12, 2022 at 3:08 pm #33596
sudhiranjan.com
Participant1 > Can Category images I mean the block can it be removed from Store Page
2> Can we have the Page Name and the text below in Black ( mean below the header image)April 12, 2022 at 4:44 pm #33601Althemist
KeymasterHi sudhiranjan.com,
1. Yes, you can. This is not theme related. It’s a WooCommerce setting. It’s located under Appearance > Customize > WooCommerce > Product Catalog.
2. No, I am afraid that would not be possible. The image is a background of the title, so it can’t be moved below the image. What you can do is to change the colors for the texts in the Theme Options
April 13, 2022 at 10:54 am #33623sudhiranjan.com
ParticipantThanks noted. Point 1 sorted.
2 quick things
1> If you see the HP or product page https://arcadepirates.com/arty/shop/ the add to quick cart or like add to cart is coming on top of the title
how to resolve this? or say if we remove it and show the standard way
https://pasteboard.co/HMDAjPozQ3hw.png2> How to change the preload image- like which folder it show have so that can be replaced
April 13, 2022 at 11:02 am #33625Althemist
Keymaster1) The reason for this is that you have some products with extremely long names and also, your product images are with different aspect ratio.
The only way to “fix” this if you can’t fix the titles and/or images is with CSS. Something like this:
div.prod_hold .links { position: relative !important; top: auto !important; opacity: 1 !important; }
2) The best way would be with CSS. If you change the image in the folder it will be replaced again with each update. Just use this CSS and change the path to the image with your own:
#spinner { background: url("../image/001-rocking-horse.png") center center no-repeat; }
April 13, 2022 at 11:21 am #33626sudhiranjan.com
ParticipantThanks noted for both points can you direct me the option from where to add the CSS
Another small thing Can we add an whatsapp icon on top right just before the phone no as a whatsapp link
If not I know I can add a plugin on footer or header but just asking.April 14, 2022 at 9:42 am #33636Althemist
Keymaster1. The best way to add custom CSS would be if you use a child theme and place the code in it’s style.css . Alternatively, you can place the code under Apperance > Customize > Additional CSS (that’s the easiest way)
2. No, I am afraid that would not be possible, unless you manually modify the header.php template in a child theme.
May 3, 2022 at 12:03 pm #33755sidkvn
ParticipantAnother quick thing- can we do anything on the search page on clicking on the search icon on header, I mean color of BG or anything as it looks very big & blank
May 3, 2022 at 3:26 pm #33758Althemist
KeymasterHello sidkvn,
I am afraid no and this is not theme related. It’s just how WordPress/WooCommerce work. The search page doesn’t really exist as a separate page. It’s just an “endpoint” of the shop (product archive) page.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.