n00b question here about Header 98. I pasted it in the navigator, renamed the class to home-feature-website, then attempted to add the image in the last child element - header98_background-image. But the image doesn't show up. π Any help is appreciated!
also judging by this screenshot, which is sort of hard to tell it looks like you might have this header 98 component inside of layout 423 component. So likely, you'll need to move home-feature-website out of that div (cmd/ctrl + arrow key up) so that its not wrapped inside of layout 423.
My fear of being judged if i send a read only link made me solve it myself π - i tried to add the image on the style panel rather than the gear icon on the element.
Solved. Thank you. Another newbie issue has popped up - i dont know how to round corners the image. When I adjust the Radius slider, nothing happens.
fear not! We all started EXACTLY where you are. Every. Single. Person. Send it in DMs if you wish though. It helps immensely in troubleshooting issues.
For radius, you'll want to make sure you are selecting the actual image tag - but it also depends on what component you are trying to change the image border radius on - do you have any more details you can share?
yeah so in this case, you'll want to add border radius styles to the _image-wrapper div that is two elements above where you are now.
because the image element is likely position absolute and the _image-wrapper is the one defining the edges of the image in this case.
sadly it doesn't work. i even tried it with the elements above. i also thought if i changed the clipping settings maybe it'll work but it didnt.