- This topic has 7 replies, 2 voices, and was last updated 5 months, 3 weeks ago by
Ying.
-
AuthorPosts
-
September 30, 2022 at 5:48 am #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
September 30, 2022 at 12:01 pm #2359210Ying
StaffCustomer SupportHi Raphael,
For the quote block, try this CSS:
blockquote { border-color: blue; }
Do you mean this part?
https://www.screencast.com/t/oM78CbI8What would you want it to look like? Can you provide a mockup?
September 30, 2022 at 11:25 pm #2359467Raphael
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.
October 1, 2022 at 10:34 am #2359968Ying
StaffCustomer Support1. 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 🙂
October 1, 2022 at 11:15 am #2360001Raphael
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.October 1, 2022 at 12:43 pm #2360070Ying
StaffCustomer SupportIt looks working fine to me, when I change the font size to 10px, check the screenshot below:
https://www.screencast.com/t/d69bB87deKvmOctober 2, 2022 at 2:18 am #2360300Raphael
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! =)
October 2, 2022 at 11:42 am #2360788Ying
StaffCustomer SupportThat’s very nice of you 🙂
It’s my pleasure!
-
AuthorPosts
- You must be logged in to reply to this topic.