New guy here…
Im editing my Wordpress site
s CSS using Inspect Element and adding the edited CSS to “Addition CSS” in the (child) theme editor. Everything has been OK so far with the other CSS edits.
But I cant seem to figure out why the new CSS for the text field border radius isn
t taking. : /
I copied / pasted the highlighted style in the screenshot and edited the radius in Additional CSS. Same process pages` elements and styles.
/* START edit subscribe form /
#elementor-27099 .elementor-element.elementor-element-494fb5f4 .elementor-field:not(.elementor-select-wrapper) {
background-color: #ffffff;
border-color: #c9c9c9;
border-width: 0px 0px 0px 0px;
border-radius: 8px 8px 8px 8px!important;
}
/ END edit subscribe form */
Could someone explain what Im doing wrong or what I need to select in the Inspect Element Style window to get this done? Obviously what I
m selecting is wrong. (purged cache and refreshed
I`m doing something fundamentally wrong…
(also I havent found one yet but if there
s a video of how to read the Style section of Inspect Element and undersand what elements and their CSS to select and would be very helpful. But NOT temporarily / on the fly edits, actual permanent changes to the site, that would be a big help too).
Thank you.