Posted: July 1, 2013 at 9:33 am
|
Hi I have been trying to change the button image for View cart to be the same as my Add cart, but it does not seems to work. Please see link below: http://overlanderz.com.sg/wordpress/event-registration/ Current CSS code: a.ee_view_cart, a.a_register_link-2{ Is there anything wrong with my code? |
Hi there, You might try clearing your browser’s cache and looking again in case your browser is loading up the older version of the stylesheet. Here is what I’m seeing when I check your site: |
|
|
Hi I am referring to the “View details” (Next to the Add to cart)and “Add to cart” button. Can’t seems to change them to be the same. |
|
Hi, You could try targeting the following in your css #register_link-2 a That will target both the view details and add to cart links |
|
It doesnt seems to work. Now it looks like this: http://overlanderz.com.sg/wordpress/event-registration/ The code is: a.ee_view_cart, a.#register_link-2 a{ a.ee_view_cart:active, a.#register_link-2 a :active { |
|
This is wrong a.#register_link-2 a it should be #register_link-2 a And then it will look like this http://d.pr/i/MnZD. Obviously you will need to tweak the css, but see how the view details is now targeted? |
The support post ‘Change view cart image’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.