-
AuthorPosts
-
June 10, 2015 at 8:21 pm #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
June 10, 2015 at 8:29 pm #457502This reply has been marked as private.June 10, 2015 at 9:07 pm #457516This reply has been marked as private.June 11, 2015 at 4:42 pm #457896Hey 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 > Editorfunction 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!
YigitJune 11, 2015 at 5:55 pm #457939This reply has been marked as private.June 11, 2015 at 6:01 pm #457942This reply has been marked as private.June 12, 2015 at 2:51 pm #458373This reply has been marked as private.June 13, 2015 at 9:49 pm #458848Hey!
when trying to open your link I get asked for a password. Please post it here as private reply.
Regards,
AndyJune 14, 2015 at 2:58 pm #458918This reply has been marked as private.June 16, 2015 at 3:23 pm #460079Hey!
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,
YigitJune 16, 2015 at 4:24 pm #460128This reply has been marked as private.June 16, 2015 at 4:57 pm #460158This reply has been marked as private.June 16, 2015 at 11:14 pm #460476Hi!
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,
YigitJune 17, 2015 at 11:26 am #460656Thank 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!
June 17, 2015 at 12:58 pm #460687Hi!
You can go to Appearance > Editor and edit Functions.php file. I have changed the font for you to Quicksand.
Best regards,
YigitJune 17, 2015 at 1:04 pm #460698This reply has been marked as private.June 18, 2015 at 9:01 pm #461575 -
AuthorPosts
- You must be logged in to reply to this topic.