[Resolved] cant change the colour of quote band

Home Forums Support [Resolved] cant change the colour of quote band

Home Forums Support cant change the colour of quote band

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2358735
    Raphael

    Hello,
    when i write my blogpost there is an option to set an quote, and then there appear a gray band or strip on the left side of the quote block. I saw on many other blogs, that they put the band in their CI coulour. How can i do this?

    The Second problem that i have is that my comment section under the blogposts doesnt really fit well in the mobile device view. The Check box for DSGVO isnt really visible. How can i change that.

    Have a look: https://manaverse.de/blog

    #2359210
    Ying
    Staff
    Customer Support

    Hi Raphael,

    For the quote block, try this CSS:

    blockquote {
        border-color: blue;
    }

    Do you mean this part?
    https://www.screencast.com/t/oM78CbI8

    What would you want it to look like? Can you provide a mockup?

    #2359467
    Raphael

    1) Thank you very much Ying! The Colour changed instantaniously, fantastic!
    I tried everything to change the font size of the “Pullquote” block, but there was no option. How can i also change the size of the fonts especially in the Pullquote block?

    2) Yes, i mean exactly what you sent in the screencast. What i want here are 2 things: 1) I wand to checking box to be at the beginning of the text, not in the middle, somewhere on the left side. I would like it to be clear – Under the “website-Box” i would like to have the checking box and on the same hight, the text. On my mobile device the checking box is so small and lost on the left side, you almost cant see it. I just want to order it properly. Do you understand, what i mean =)? My english is not the best, but i try to explain it as well as i can.

    #2359968
    Ying
    Staff
    Customer Support

    1. Try add this CSS:

    .wp-block-pullquote blockquote >* {
        font-size: 20px;
    }

    2. It’s added by a plugin, the theme doesn’t have control over it. Give this CSS a try for the alignment:

    p.comment-form-cookies-consent input {
        margin-top: 7px;
    }
    
    p.comment-form-cookies-consent {
        align-items: flex-start;
    }

    But I can’t control the box size, it’s better to reach out to the plugin support for this 🙂

    #2360001
    Raphael

    Thank you very much.

    Both options didnt work.
    For the comment section i will contact their support. But can you check the CSS Code for the pullquote. Because no matter what size of px i type in, nothing changes.

    #2360070
    Ying
    Staff
    Customer Support

    It looks working fine to me, when I change the font size to 10px, check the screenshot below:
    https://www.screencast.com/t/d69bB87deKvm

    #2360300
    Raphael

    It didn´t uptdate correctly at that time. Now its working very well! I want to thank you from the bottom of my heart. You do really such an amazing job and i want to share with you how grateful i am, for the help and support that you offer.Thank you so much. It´s really a blessing! =)

    #2360788
    Ying
    Staff
    Customer Support

    That’s very nice of you 🙂

    It’s my pleasure!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.