Jump to content

[SOLVED] Carrier CSS issue


Recommended Posts

I am using the latest version of PrestaShop.

I need to change the background of the part in the "order", where it says My carrier Delivery next day! 7,00 € (IVA excl.)

It is white and i cant find the CSS part to change this.

When i see the code source i see:

 

<tbody>

<tr class="first_item item">

<td class="carrier_action radio">

<input type="radio" name="id_carrier" value="2" id="id_carrier2" checked="checked" />

</td>

<td class="carrier_name">

<label for="id_carrier2">

 

My carrier </label>

</td>

<td class="carrier_infos">Delivery next day!</td>

<td class="carrier_price">

<span class="price">

7,00 € </span>

(IVA excl.) </td>

 

</tr>

<tr id="HOOK_EXTRACARRIER"></tr>

</tbody>

But, where are these classes?

 

Help please!

 

Thanks

Link to comment
Share on other sites

Hi Mike!

 

I think that you will have to make an account on impressionar.com shop and add a product to the cart, and then go to the "shipping" step. Meaning, it is on the 4th step of the order.

That is where you will find the white space.

 

Since you need to be logged, i can´t give you a link for that, sorry :(

 

Thank you in advance!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...