Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #457500

    hi, what can i do to get this image http://i.imgur.com/foJ0puV.jpg display with a size of 120x120px

    the image has a ratio of 1:1 and a want the cicle look that comes with enfold (backend – image styling circle). how can i add another image look that the image appears in 120×120 px with a wihte border? like this http://i.imgur.com/ICgfL5r.jpg

    #457502
    This reply has been marked as private.
    #457516
    This reply has been marked as private.
    #457896

    Hey Alexander!

    1- Now that i commented out your custom CSS code in Quick CSS field, image looks 1:1 circle. You can add following code to Quick CSS to give it a white border

    .av-styling-circle .avia_image {
      padding: 10px;
      background-color: white;
    }

    It should look like this – http://i.imgur.com/5FmNyF8.png
    2) A- Please add following code to Functions.php file in Appearance > Editor

    function custom_google_fonts() {
    	wp_enqueue_style( 'Dancing script', 'http://fonts.googleapis.com/css?family=Dancing+Script' );
    }
    add_action( 'wp_enqueue_scripts', 'custom_google_fonts' );

    Then edit your Text block element and give it a custom CSS class and add following code to Quick CSS

    .your-custom-class strong { font-family: 'Dancing Script', cursive !important; font-size: 40px; }

    B, C, D – Please refer to this post and add new font weight – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ and then change font weight and font size using custom CSS similar to the one above
    E- Not really sure what you meant by L1. Can you please elaborate on the changes you would like to make there?
    3- Please add following code to Quick CSS

    .av-share-link-description {
      text-align: center;
    }

    Cheers!
    Yigit

    #457939
    This reply has been marked as private.
    #457942
    This reply has been marked as private.
    #458373
    This reply has been marked as private.
    #458848

    Hey!

    when trying to open your link I get asked for a password. Please post it here as private reply.

    Regards,
    Andy

    #458918
    This reply has been marked as private.
    #460079

    Hey!

    I wanted to edit your page to make the changes but it directs me to http://www.your-domain.at/testwaldi/portraits/
    How do you edit your page?

    Regards,
    Yigit

    #460128
    This reply has been marked as private.
    #460158
    This reply has been marked as private.
    #460476

    Hi!

    Changes you would like to make here – https://kriesi.at/support/topic/custom-image-look/#post-457502 are done – http://imgur.com/a/xXSbP
    Please refresh your page and review your website.

    Regards,
    Yigit

    #460656

    Thank you, in which file can i edit the font style? i want to change the dancing script to quicksand. where can i do this :) Thanks for you work!

    #460687

    Hi!

    You can go to Appearance > Editor and edit Functions.php file. I have changed the font for you to Quicksand.

    Best regards,
    Yigit

    #460698
    This reply has been marked as private.
    #461575

    Hey!

    I have added following code to Style.css file of your child theme

    .ueberschrift + section p, .ueberschrift + section + section p {
      margin: 0;
    }

    Cheers!
    Yigit

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