Okay
  Public Ticket #2719841
CSS adjustments
Closed

Comments

  • Rob Snow started the conversation

    Hi

    I have a little time, so I wanted to polish some of the finer CSS elements to suit my website style. I have done many, but am at a loss to find out how to change all these elements in this image attached.

    Can you let me know what the class attributes are?

    Thanks

    Rob

  •  933
    Neuron replied

    Hi Rob,

    I am very sorry for the late reply, we were not working on the weekend.

    You can check the classes of the elements if you use the Inspect Element tool, but if you want, we can help you to achieve the changes that you want to make, so you can just tell us how do you want it to look like.

    https://prnt.sc/10m4lfp

    So if you want to make the changes by yourself, those are the CSS classes that you need to use.

    .elementor-menu-cart__product-name,
    .elementor-menu-cart__product-price,
    .elementor-menu-cart__product-remove,
    .elementor-menu-cart__subtotal bdi,
    .elementor-menu-cart__footer-buttons a
    

    Feel free to ask for anything you need.

    Kind Regards


  • Rob Snow replied

    Hi again


    This is what I was doing. Using the inspector. I found the tags OK, but what happens is when I apply a colour to the text for example, it doesn't change. It becomes emboldened, but the colour doesn't change (see image).

    The second image is the colours I would like.

    Thanks

    Rob

  •  933
    Neuron replied

    Hi Rob,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on, make sure to click on private reply.

    Feel free to ask for anything you need.

    Kind Regards


  •   Rob Snow replied privately
  • Rob Snow replied

    SORRY, WRONG PASSWORD :-) I HAVE CHANGED NOW.

  •  933
    Neuron replied

    Hi Rob,

    I've updated that code that you've added at Appearance > Customize > Additional CSS.

    Is there anything else that you want to change?

    Feel free to ask for anything you need.

    Kind Regards


  • Rob Snow replied

    Thank you very much. Not at present.

  • Rob Snow replied

    Hi again

    I just checked. Some parts did not change.

    I would like the two buttons to be white and black on rollover, with opposite text colour. So Black text and white on rollover.

    Also, remove the underscore on the two links.

    The €13.00 text large is not white. I would like white as well.

    Thanks

    Rob

  •  933
    Neuron replied

    Hi Rob,

    I've added the following code to achieve those changes, can you please take a look at it.

    .elementor-menu-cart__product-name a:hover {
        box-shadow: none;
    }
    .elementor-menu-cart__subtotal bdi {
        font-size: 20px;
        color: white;
    }
    .elementor-menu-cart__footer-buttons a {
        background-color: white;
        color: black;
    }
    .elementor-menu-cart__footer-buttons a:hover {
        background-color: black;
        color: white;
    }

    Feel free to ask for anything you need.

    Kind Regards


  • Rob Snow replied

    Hi

    All is fine in Customise area and on Chrome browser, but in Safari when I go to the site (after clearing cache, etc) The button text appears white.

  •  933
    Neuron replied

    Hi Rob,

    I've updated the code once again, so can you please check it now.

    Feel free to ask for anything you need.

    Kind Regards