Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • /wp-content/themes/profitmag/inc/custom-header.php

    function profitmag_custom_header_setup() {

    add_theme_support( ‘custom-header’, apply_filters( ‘profitmag_custom_header_args’, array(

    ‘default-image’ => ”,

    ‘default-text-color’ => ‘000000’,

    ‘width’ => 400,

    ‘height’ => 80,

    ‘flex-height’ => true,

    ‘wp-head-callback’ => ‘profitmag_header_style’,

    ‘admin-head-callback’ => ‘profitmag_admin_header_style’,

    ‘admin-preview-callback’ => ‘profitmag_admin_header_image’,


    and then you must change style.css

    .site-logo.f-left {
    width: 400px;
    height:80px;

    Thread Starter relix12

    (@relix12)

    ok but where ? I am beginner :/

Viewing 2 replies - 1 through 2 (of 2 total)