-
Hi there,
Do we have features like CSS transform in GB ?
I was trying to put Subtitle below Title which has been set in middle of background container.
Therefore, I tred to use Absolute “POSITION” to set the subtitle position, but this doesn’t work for text alignment-center.Therefore, I would like to try “transform:translate”, but can’t find it.I have attached an image to show the layout.
Would you please advise how to do it properly. -
Hi there,
GenerateBlocks Pro does support CSS transform. You’ll find it in the right sidebar under Effects → Transform.
Docs for reference: Effects Overview – Transform.
For moving the subtitle below the heading, could you please share the URL of the page so we can take a closer look?
-
sure.I added the URL.
Please help to find solutions.Once more quesiton:
Would you please tell me how to change H2 color, titles in the Query Loop?
I did click Heading and change color in typography, but it doesn’t work. -
Hi there,
- To move the subtitle: put it under the H2 in a Flex container (Direction = Column, Align = Center). Or use Position = Absolute with Top: 50%, Left: 50%, Transform: translate(-50%, -50%), and Padding-top: 3rem (as in your screenshot) to centre it properly.
- To change H2 color in the Query Loop: select the Headline block → go to Links tab → set text/hover colour.
Docs: Effects → Transform
- You must be logged in to reply to this topic.