Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #475702

    Hi Genius’,

    I want to add custom css to items but don’t know to format it (tried various things). Example I have an image and want to overwrite the global border class. I have taken a snapshot here Snapshot of changing Custom Css Class for border on image.

    Thanks for your help guys… don’t know what I’d do without you!

    #475709

    Hey Annemarie!

    You should enter custom class name into that field. So for example “my-custom-class” without double quotes and then you should add following code to Quick CSS

    .my-custom-class { border: 0px solid #b0b1b2; }

    Regards,
    Yigit

    #476389

    Perfect thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Custom Css Class – how to you format the text’ is closed to new replies.