I also tried to change the css for the regular WordPress search bar, but I couldn’t get the css to change that border-radius to 0px (to remove the curved corners).
The css to change font-size and border-color are working fine.
]]>I use TT4 theme (Full Site Edit). I have added your block to main menu. There I can add text or button and both are note pretty, neither does txt adhere to theme. (Underline on mouse over and the other way around).
However, I have added an icon using icon block plugin. So now I have a dead search glass. How can I trigger this icon? What link can I add?
If this is not possible, how can I have an Icon in my main menu that does trigger?
Also, how can I give the modal box rounded corners in css. border-radius: 25px; ?
Thx
]]>Also how to make the popup border radius 10px and remove/hide dividers between options?
Thank you in advance
under Appearance > Customize > Additional css I put down some css to modify tables:
table, th, td {
border: 1px solid black;
border-radius: 10px;
}
“border” is working, I already tried different px and it changes them accordingly.
But “border-radius” is not working.
<span style=”text-decoration: underline;”>Theme:</span> Twenty-Twenty-One
<span style=”text-decoration: underline;”>version:</span> 6.4.2 (but it did not work before the update either)
This also applies to some other css, but this is the one I want to use.
Thank you.
]]>View post on imgur.com
… and here is how it looks in received email:
View post on imgur.com
]]>At the moment, it looks really out of place on our website.
]]>I would like to add a border radius to my images but I can’t find the right tag to target. When I look at the html structure I can’t find the <img>
tag.
.xlwcty_wrap .xlwcty_Box.xlwcty_customer_info {
border-radius: 10px;
}
.xlwcty_wrap .xlwcty_Box.xlwcty_order_details_2_col {
border-radius: 10px;
}
.xlwcty_wrap .xlwcty_Box.xlwcty_socialBox {
border-radius: 10px;
}
.xlwcty_wrap .xlwcty_coupon_area {
border-radius: 10px;
}
.xlwcty_wrap .xlwcty_coupon_area .xlwcty_coupon_inner {
border-radius: 10px;
}
]]>Row Layout
Background Settings –> Set Background Image
Border Settings –> Set Border Radius 50 on bottom right
Admin Preview in editor –> OK
Frontend Preview –> Not Working