New Landing How can we help? Atelier Create another Class for Paragraph text in Blog?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Atelier
  • #301840
    alexanderchristiansen
    Member
    Post count: 179

    Hi Swift,
    How is it that I properly create a new class for styling on my paragraph text on the blog-page?
    I need to “add additional-class” to the element – and then add that class to my custom css?
    But can you just briefly describe how to do this?

    I have paragraph text on https://organicbasics.com/hello-world/
    that i would like to give another font-size and color.

    #301844
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .add additional-class {
    font-size: 200px;
    color: red !important;
    }

    Your text would look like:

    Your custom text

    #301845
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .add additional-class {
    font-size: 200px;
    color: red !important;
    }

    Your text would look like: <p class="add additional-class">Your custom text</p>

    #301847
    alexanderchristiansen
    Member
    Post count: 179

    So the class name is “add additional-class” and I should add that as attached – right?

    Attachments:
    You must be logged in to view attached files.
    #301849
    David Martin – Support
    Moderator
    Post count: 20834

    If you wanted to do it that way, you would need to change the CSS to:

    .add additional-class p {
    font-size: 200px;
    color: red !important;
    }
    #301851
    alexanderchristiansen
    Member
    Post count: 179

    Cheers! Now I know how to this 🙂
    Thanks abunch!

    #301855
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

    Thanks,
    David

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register