-
AuthorPosts
-
June 30, 2015 at 7:04 pm #466635
how ca i move the text (red markers) 10 px up.
and how can i apply Font DANCING SCRIPT to the heading Font. “Mag. Rudolf Böhm”
July 1, 2015 at 7:50 pm #467200Hey wiwaldi79!
Please find following code in Style.css file and adjust it as needed
.page-id-14 #av_section_9 .ueberschrift { margin-top: 14px !important; }
Cheers!
YigitJuly 2, 2015 at 12:46 pm #467450.page-id-14 #av_section_9 .ueberschrift {
margin-top: 14px !important;
}i have found it in the style.css but what code must i add to get the DANCING SCRIPT font?
there is already some code in the function.php
function custom_google_fonts() {
wp_enqueue_style( ‘Quicksand’, ‘http://fonts.googleapis.com/css?family=Quicksand:300,400,700’ );
wp_enqueue_style( ‘Open Sans’, ‘http://fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=latin,latin-ext’ );
wp_enqueue_style( ‘dancing-script’, ‘http://fonts.googleapis.com/css?family=Dancing+Script’,”, null);
}
add_action( ‘wp_enqueue_scripts’, ‘custom_google_fonts’, 100 );July 4, 2015 at 2:00 am #468271Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJuly 7, 2015 at 2:27 pm #469671Yes Josue. For sure. Here we go. Thank you!
- This reply was modified 9 years, 4 months ago by wiwaldi79.
July 8, 2015 at 12:58 am #470006Hi!
Dancing Script should is now being included correctly, i’ve changed the code in your child functions.php.
Regards,
JosueJuly 8, 2015 at 11:20 am #470123COOL!!!!!!!!!!!!!! THANKS!
July 8, 2015 at 11:20 am #470124You are welcome, glad to help :)
Regards,
JosueJuly 8, 2015 at 11:25 am #470128One more thing. Maybe you can help me out Josue. Can you help me to change this text from “Directory Listing” to “Portraits”?
I
m searching for days and don
t find the code part to do this? Greetings!July 8, 2015 at 11:53 am #470140Hi!
You need to change the label of the “Directory Listing” post type to “Portrait”, this is not a complex thing that you should be able to find in the plugin files, try asking the plugin support about that.
Cheers!
JosueJuly 8, 2015 at 11:53 am #470141http://i.imgur.com/ETa8uDS.jpg Can you help me to apply the same font type from text A to the text B. A is a header and B is “normal” text. i want that the normal text looks like the same (A).
July 8, 2015 at 12:27 pm #470153Hi!
Please add following code to Style.css file of your child theme
.avia_textblock { font-family: 'Quicksand', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 100; }
Best regards,
YigitJuly 8, 2015 at 1:28 pm #470235Work. THX!
http://www.alfaweb.at/testwaldi/villa_wiental/
How can i apply the custom-spacing (custom css class) to the avia textblock by default?
July 8, 2015 at 1:34 pm #470242Hi!
You can simply edit your text block elements and add “custom-spacing” into custom CSS field.
Or, you can go to style.css file and find “.custom-spacing” class and apply same values to following.avia_textblock { /* your custom CSS here */ }
Regards,
YigitJuly 8, 2015 at 3:44 pm #470335ok i have more custom spaces classes:
.custom-spacing h3 {
letter-spacing: -0.01em;
}
.custom-spacing h6 {
letter-spacing: -0.1em;
}
@media only screen and (max-width: 1100px) {
.custom-spacing.custom-overflow h3 {
font-size: 35px!important;
}}
July 8, 2015 at 3:44 pm #470337.avia_textblock {
letter-spacing: -0.01em
}
like this?
July 8, 2015 at 3:45 pm #470339July 8, 2015 at 3:46 pm #470342It don`t work this way http://www.alfaweb.at/testwaldi/villa_wiental/ maybe i have forgotten some code?
July 8, 2015 at 4:10 pm #470360CLOSED. I`ll get it done!
-
AuthorPosts
- The topic ‘move text 10px up’ is closed to new replies.