Help customizing Twenty Fifteen theme

  • Unknown's avatar

    Hello,
    Thank you for your help in advance.
    I’m a bit new to this and I was hoping some of you could help me.
    My site is http://www.greenh.net.
    And I would like to customize it to look a bit like this one: fareastimport.
    I’m using Twenty Fifteen theme.
    I’m not sure what I can do to:
    – adjust the resolution of the site
    – place a banner, horizontally, aligned with the logo
    – reduce the sidebar
    – place the menu under the logo in the sidebar
    – resize the fonts in the sidebar and in the main text
    – resize the main text area
    – change the backgroung color and the text color in the main text area
    If you could point out where I can find the code in the wp-content files, I would really appreciate it.
    Thank you so much

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Oh, and I would also like to know how I can delete the comment section of every page.
    I tried:

    // remove comment form html tags and attributes
    function remove_comment_form_allowed_tags() {
    add_filter('comment_form_defaults','wordpress_comment_form_defaults');
    }
    add_action('after_setup_theme','remove_comment_form_allowed_tags');
    function wordpress_comment_form_defaults($default) {
    unset($default['comment_notes_after']);
    unset($default['comment_notes_before']);
    return $default;
    }

    But it didn’t work.
    Thank you again

  • The topic ‘Help customizing Twenty Fifteen theme’ is closed to new replies.