naming css class

This topic contains 3 replies, has 3 voices, and was last updated by  stepoutbuffalo 4 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #538310

    stepoutbuffalo
    Buyer
    Post count: 260

    Hi,

    Can you explain how naming CSS Class works when adding a filed in a CPT?
    Is this used to apply an existing class or can I create a class with this?
    Is there a certain format I need to follow?

    thanks

    #538320

    Kor
    Moderator
    Post count: 16516

    Hi stepoutbuffalo,

    Thanks for your post. You just have to insert the class name discount in the textbox. Then, you’ll be able to target that CSS name using the custom CSS code below.

    .discount {
    color:red;
    }
    #538333

    Alex Rollin
    Moderator
    Post count: 27815

    That’s the raw word discount, no quotes, no period.

    #538351

    stepoutbuffalo
    Buyer
    Post count: 260

    awesome. thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket