Hi Lely
Thanks again for your reply, but I am very much doubting that any developer would get out of bed for a job involving changing a border colour transition on a button. It will turn out to be pretty simple in the end, but a process of elimination which takes time. I wasn’t actually after the magic answer per se; more a guide on elements and in the end, which you pointed me towards; I found the element which controls the button border colour through this process.
You may possibly have misunderstood what I was talking about, though Lely, as I am not actually trying to put a different border around the button, either initially or on hover. I was merely using that process to guide me as to when I was selecting the correct container/element to place the border colour transition on, if that makes sense.
Incidentally, the background colour of that button can be changed by using either #review-btn .x-anchor-content
or #review-btn .e13726-139, .x-anchor.x-anchor-button
, so I am still at a loss to see how there is a great deal of logic in that; to be able to work either way seems at odds with logic to me, but nevertheless, it works either way.
Now through a process of elimination, I have now worked out how to change the border colour of the button and also change it on hover should I need to, with the addition of the .e13726-139 container, as indicated above. Now that I know I am targeting the border colour element correctly, this should mean I am now targeting the correct container/element for the border colour transition; would that be correct, or is the border colour transition not controlled by the same element which controls the border colour?
I am so close now, but the transition still refuses to work with the following code
#review-btn .e13726-139, .x-anchor.x-anchor-button {
transition: color 0.4s ease-in;
}
yet this same element controls the border colour. You indicated that “Borders are part of the main container link tag”, so not sure why the above works to change button border colour if I add the border colour tag , but does not change button border colour transition. You did indicate that “The transition is added on text element container”, but I assumed you were referring to the transition we placed on the primary text element. I have tried variations on the above, naturally, but have not gone down any further than the .x-anchor-content container, as below that is simply the container holding the primary text and we have already targeted the primary text for transition earlier. The container above all of this is the actual column container, so I fail to see how that would control it.
I’ll understand if you’re done on this one. Thanks very much for your time. I have picked up some things along the way and very close to having this resolved
cheers