Site logo

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

Viewing posts 1–9 of 9

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,

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

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:

https://www.screencast.com/t/QU88HgRYKL

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

This archived topic is closed to new replies.