Dirtydeeds
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change size of logoIs it possible to fix this with my theme or do I need to change theme? It didn’t help with changing the px size.
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change size of logoYes its the logo tht im having in the header right now that i would like to enlarge
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change size of logoPhpexpert21: Can you help me?
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Change size of logoForum: Themes and Templates
In reply to: [JustWrite] WooCommerence hooksadd_action('woocommerce_before_main_content', 'my_theme_wrapper_start', 10); add_action('woocommerce_after_main_content', 'my_theme_wrapper_end', 10); function my_theme_wrapper_start() { echo '<section id="main">'; } function my_theme_wrapper_end() { echo '</section>'; }I think this is the part I need to customize to my theme. Is it only “main” i need to change?
Forum: Themes and Templates
In reply to: [JustWrite] Remove right sidebaradmin?
Forum: Plugins
In reply to: [Event Organiser] HelpThanks for the info Stephen
Forum: Plugins
In reply to: [Event Organiser] HelpWhen will 3.0.0 be out?
Forum: Themes and Templates
In reply to: [JustWrite] RequestOk thanks 🙂
Forum: Themes and Templates
In reply to: [JustWrite] newbie: child themeBut it seems to be fixed in the new justwrite version… Thanks admin 🙂
Forum: Themes and Templates
In reply to: [JustWrite] newbie: child themebenshepp: i couldnt see your post in the link?
Forum: Themes and Templates
In reply to: [JustWrite] newbie: child themeShould it be something like this?
@import url(<?php echo get_stylesheet_directory_uri() ?>/justwrite/style.css'); /* =Theme customization starts here -------------------------------------------------------------- */ .main-page-title .page-title { font-size: 1px! important;}Forum: Themes and Templates
In reply to: [JustWrite] newbie: child themeconsider it done
Forum: Themes and Templates
In reply to: [JustWrite] newbie: child themeyep it is
Forum: Themes and Templates
In reply to: [JustWrite] newbie: child themeacdcmachine.com/wp/