Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #283693
    piter seil
    Participant

    Goodmorning,
    I need to change the formatting of the “CT about” “CT Featured posts” widgets and more.
    The text must be justified and I have to change the size of the text.
    can you help me?

    Thank you

    #283710
    Skandha
    Participant

    @piter-seil: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #ct-featured-post-7 .entry-summary, #ct-about-5 p {
        text-align: justify;
        font-size: 20px;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #284273
    piter seil
    Participant

    thank you!
    How can I “back to the drawing board” and insert “bold”?

    #284284
    Skandha
    Participant

    @piter-seil: Hello there,
    I am afraid wasn’t able to understand your issue. Can you please elaborate?

    Kind Regards,
    Skandha

    #284285
    piter seil
    Participant

    I should wrap after the period and put some words in bold. in addition to this, I should separate the sentences with empty lines

    #284347
    piter seil
    Participant

    I have to format the text under the picture of the painting of my website (www.piterseil.com) as a sales page. So I have to insert empty lines between sentences and bold words. And a button under the text to buy my merchandise.

    #284413
    Skandha
    Participant

    @piter-seil: Hello there,
    Do you mean to make the changes in the 100% Pure Rock’n’Roll widget?

    Kind Regards,
    Skandha

    #284414
    piter seil
    Participant

    Yes exactly,
    thank you

    #284469
    Skandha
    Participant

    @piter-seil: Hello there,
    To insert empty lines use the tag <br> and to make the text bold insert the text inside <strong>text</strong>.

    To insert a button add the following Code.
    <a href="#" class="btn btn-transparent">Explore Music</a>

    Replace # with the button link and Explore Music with the button text.

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Change widget text formatting’ is closed to new replies.