Archived topic
can't make the picture like in the preview, just 2 angles round on 4
8 replies · Started by Matteo Osso on December 4, 2022
theme COACH:
THey show an image with two round borders and two not round... When I installed the theme that doesn't work anymore
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hi there,
go to Customizer > Additional CSS and look for:
figure.wp-block-image.image-style img {
border-radius: 80px 4px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
And change it to:
.image-style img {
border-radius: 80px 4px;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
David I am so bad... I can't find the customizer... :(
is there any video I can look to find out where is it?
Thank you so much
https://docs.generatepress.com/article/adding-css/ i found this but doesn't give me a clue...
I know how to use css but i didn't know you could change it on WP... I am very new on WP...
If you go to Appearance > Customizer.
Is your dashboard in any language other then English ?
Or when viewing the front end its in the Admin Bar, with the brush icon:
Super David!!! I made it :) thank you supermuch!
Is there any page where I can look at the CSS of Generate Press? I don't know something like a library similar to bootstrap? Any resource like that?
Thanks a million!
We don't have a library of CSS like Bootstrap.
The CSS that is there was added by the designer of that Site.
Most of the sites are built with GenerateBlocks and that has 95% of the CSS styling options built into its UI.
For example, you could add Border Radius to a GB Image Block or Container block in the editor.
If theres anything specific you need for styling then let us know