Couple of issues, remove save button and change in css

  • Posts: 234
  • Thank you received: 4
6 years 5 months ago #299976

-- url of the page with the problem -- : www.craven-equipment.co.uk/index.php/luggage
-- HikaShop version -- : 4.0.0
-- Joomla version -- : 3.9.0

Hello,

Can you please help with what are simple issues.

I would like to change the a:link text colour from blue to white I have tried the following but no joy

a.hikashop_category_name, .hikashop_category_name {
color: #fff !important;
font-size: 16px;
padding: 8px 30px;
font-weight: bold;
border-radius: 30px;
background: #0f5a6e;
border-color: transparent;
}

Second, I would like to remove the Cancel and OK buttons from the persons address page when they sign up to the website since there is already a Next to move onto the shipping method.

Third, Can I remove the "Change Guest details" as this is just very confusing for visitors

4th - I have at the checkout the following, YOURSHOPINGCART, ( www.craven-equipment.co.uk/index.php/checkout ) how can I change this and also the wording COUPONCODE which is in the text box when you enter the coupon in.

Many many thanks

Please Log in or Create an account to join the conversation.

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
6 years 5 months ago #299988

Hello,

1°) From what I can see, it's quite normal that your css don't work, let's ecplain this :
Here the html code :
<span class="hikashop_category_name">
<a href="/index.php/luggage/category/32-panniers">
Shop - Panniers </a>
</span>

And so your selector must be :
".hikashop_category_name a" and with this your command Css must work.

2°) Sorry but so far, I don't see what you means by "Cancel and OK buttons from the persons address page" and so, can you provide an Url link or at least the context of this button displaying.

3°) You can modify the text by editing your Language file, see this in details, here .

4°) I don't know how did you get this title as it seems to be a custom, for me it's not from Hikashop default code.
I guess, that you can try to look in Main HikaShop Configuration, then in Display dropdown select Views.
Use your 3 dropdown filters with : checkout/ YourTemplate/ Front end
And if you have a little trash icon, that means that you have an override view or some custom code (html & php) that must be in step or show view

Regards

Last edit: 6 years 5 months ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 234
  • Thank you received: 4
6 years 5 months ago #299993

Hello

1)
AMAZING!!! Thank you so much for that.

2) Please see attached,
3) I didn't want to change the text for the Change Guest InfO I wanted to hide the entire button and email address. I can't see why customers would want to change their guest information.
4 ) Afraid no changes are in Step or Show, I did go to these files but I couldn't find anything in there to control it.

Cheers
Iain

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 83570
  • Thank you received: 13525
  • MODERATOR
6 years 5 months ago #299995

Hi,

2. You can use such CSS to hide these:
.hikashop_checkout_address button{ display:none; }

3. You can use such CSS to hide these:
#hikashop_checkout_guest_email_title, #hikashop_checkout_guest_email_value, .hikabtn_checkout_guest_logout{ display:none; }
It's useful to be able to change the email address when you realize you've made a typo. Otherwise, you have to finish the checkout to be able to redo a checkout and enter another email address.

4. The customization must be in show_block_cart and show_block_coupon. Please check these view files. As Philippe said these aren't in HikaShop by default, so they must have been added by the person who setup the shop.

The following user(s) said Thank You: mad-q

Please Log in or Create an account to join the conversation.

Time to create page: 0.045 seconds
Powered by Kunena Forum
loading