Forum Replies Created
-
I solved this by typing the below
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="date"], input[type="datetime"], input[type="datetime-local"], textarea {
font-size: 24px;
height: 35px;
}Thanks
🙂
just to add, i had to move
add_action('wp_footer', 'graphene_scrollable');for it to work because I got thrown another error after removing justgraphene_scrollableMatt
oh look, it worked.
Thanks for allowing me to be pointed in the right direction Syahir! 🙂
Matt
ok, looking at that myself, maybe i should just remove
graphene_scrollable?I just checked all of the widgets and all code within are correct.
Here is the functions.php
<?php
function graphene_display_slider(){
graphene_slider();
add_action('wp_footer', 'graphene_scrollable');
}
function custom_enqueue_scripts(){
if ( ! is_admin() ) { // Front-end only
wp_enqueue_script( 'graphene-jquery-tools' ); // jQuery Tools, required for slider
}
}
add_action( 'wp_enqueue_scripts', 'custom_enqueue_scripts' );
?>Matt
although I’ve lost the footer but thats probably cos I’ve lost the widgets
I just switched and nope…
Ill leave it for you to look.
Bizarre right?
looks good, a way to make the menu bar more central and make it look a little more fluid is to use this code:
#header-menu > li:first-child {
margin-left: 65px;65px is the distance from the left to where the menu starts, you will need to adjust into suit your site.
Matt
In reply to: How do you hide the "blue icicle" default image above the text on a page?
May 6, 2015 at 1:27 pm #44871you’ve installed the mobile theme, you need to uninstall it then follow the instructions again.
Matt
Brilliant thanks for the response.
You sold it to me 🙂
Ill be back for help I’m sure hehe 😀
Matt
