Element style headline

Hey there,
I’m using the headline with graphic setup. Now I would like to add some element css to the image. please tell me how I can style the image of a headline element in its element css. thanks for your help!

Hello @zerotoone.de,

Thanks for writing in!

In your headline element settings, find the “Customize” tab

And then insert this custom element css:

$el img {
  border-radius: 100%;
  /* Add more of your styling to the image here */
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.