MrAwesome2013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Change of font family?For your info I managed to do it through style.min.css (Y)
Forum: Themes and Templates
In reply to: Change of font family?Sorry to bother you, but can you be a bit more specific? Coding and wordpress is not my strong side.
Forum: Themes and Templates
In reply to: Change of font family?I can see this code Andrew:
// register and enqueue all of the scripts used by Aside
function ct_ignite_load_javascript_files() {wp_register_style( ‘google-fonts’, ‘//fonts.googleapis.com/css?family=Lusitana:400,700’);
// enqueues media query support polyfill for ie8
if(! is_admin() ) {
wp_enqueue_script(‘production’, get_template_directory_uri() . ‘/js/build/production.min.js’, array(‘jquery’),”, true);Forum: Themes and Templates
In reply to: Change of font family?Okay Andrew.
If I install Ingnite? Can you help me with this theme? Freely available from WordPress.com
Forum: Themes and Templates
In reply to: Change of font family?Can you not see what is wrong in the code? Is there anything wrong?
Forum: Themes and Templates
In reply to: Change of font family?I bought it through WordPress.com
Can’t you just change the code in editor?
Forum: Themes and Templates
In reply to: Change of font family?Using Ignite Plus (30$) from WordPress.com
Forum: Fixing WordPress
In reply to: Change order of pages showed in sliderPioneer – You are a champ! Thanks a lot. It worked. Merry Christmas!
In case you need some ideas for New Years resolutions – Give it a read :o)
Forum: Themes and Templates
In reply to: Move image (logo) a few cm. higherHas been solved. Thank you so much. The solution was to change float;left to float;none and then adjust the paddings.