Site logo

[Support request] can’t make the picture like in the preview, just 2 angles round on 4

Home Forums Support [Support request] can’t make the picture like in the preview, just 2 angles round on 4

Home Forums Support can’t make the picture like in the preview, just 2 angles round on 4

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #2449263
    Matteo Osso

    theme COACH:
    THey show an image with two round borders and two not round… When I installed the theme that doesn’t work anymore

    #2449444
    Leo
    Staff
    Customer Support

    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 🙂

    #2451414
    David
    Staff
    Customer Support

    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);
    }
    #2451467
    Matteo Osso

    David I am so bad… I can’t find the customizer… 🙁

    #2451487
    Matteo Osso

    is there any video I can look to find out where is it?
    Thank you so much

    #2451488
    Matteo Osso

    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…

    #2451711
    David
    Staff
    Customer Support

    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

    #2451964
    Matteo Osso

    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!

    #2452753
    David
    Staff
    Customer Support

    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

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