ResolvedCategory Images:

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #33596
    sudhiranjan.com
    Participant

    1 > 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)

    #33601
    Althemist
    Keymaster

    Hi 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

    #33623
    sudhiranjan.com
    Participant

    Thanks 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.png

    2> How to change the preload image- like which folder it show have so that can be replaced

    #33625
    Althemist
    Keymaster

    1) 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;
    }
    #33626
    sudhiranjan.com
    Participant

    Thanks 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.

    #33636
    Althemist
    Keymaster

    1. 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.

    #33755
    sidkvn
    Participant

    Another 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

    #33758
    Althemist
    Keymaster

    Hello 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.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17756, followers 748
Login and Registration Log in · Register