[Support request] changing font styles of some texts in a post

Home Forums Support [Support request] changing font styles of some texts in a post

Home Forums Support changing font styles of some texts in a post

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #360396
    Whelen Troy

    Hi,

    I would like to change font styles of some texts in a post. I believe I can do this just by putting some code, stating that it should use a certain font style in these texts.

    I tried searching you forum and the Google world, but was unlucky.

    Can you help me with this?

    Here’s what I specifically want to do:

    I am using sections in creating my home page. I made a section for a message that I wanted to tell my audience. In that section, I wanted to change the font style of the texts of my message.

    What should I do?

    Thanks!

    #360423
    Tom
    Lead Developer
    Lead Developer

    You can wrap your text in an element:

    <div class="my-custom-text">Your text in here</div>

    Then style it:

    .my-custom-text {
        color: red;
        font-weight: bold;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.