Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #161495
    Mrsrainbow
    Participant

    Hi,

    How do I edit text (color, font size, bold, etc) and paragraphs (layout) in the cover image blocks?

    In the responsive view (mobile), how to I make the paragraphs follow one under the other, instead of one next to the other?

    Thanks a lot!
    Lilian

    #161496
    Mrsrainbow
    Participant

    Ow, here is my site URL http://www.mrsrainbowonlineschool.com

    Thanks!

    #161511
    Skandha
    Participant

    @mrsrainbow: To change the text inside cover image blocks
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-cover-text {
    	color:#34678a !important;
    	font-size:40px !important;
    }

    You can change the color and font size according to your requirement.

    You seem to have kept the 2nd paragraph as an open text. Can you keep the 2nd paragraph after the 1st paragraph inside the same div and separate them by a <br> tag.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

    #161515
    Mrsrainbow
    Participant

    @skandha: Thanks for the response and assistance. I have managed to add the CSS code and adjust the paragraph.

    However, how can I edit the first paragraph alone (i.e. Bold, font size, font color)?

    Thanks
    Lilian

    #161516
    Mrsrainbow
    Participant

    @Skandha: How can I skip one row between paragraphs?

    Thanks,
    Lilian

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Edit text and paragraphs position inside Cover Image Blocks’ is closed to new replies.