Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #236582

    Just thought I would share this quick change I had to make to Enfold 2.6.1

    I am designing a client’s site, and he has requested a larger header than the maximum of 300px.

    I went into the theme on my ftp and changed one line of code. Go to

    “enfold/includes/admin/register-admin-options.php”

    and look around line 996 for the following code:

    $customsize = array();
    for ($x=45; $x<=300; $x++){ $customsize[$x.'px'] = $x; }

    You can change 300 to any other number you like.

    Hope this helps someone else!

    D

    #236927

    Hi dustingrof!

    Thanks for sharing!

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Enfold Header Theme Options (custom pixel value)’ is closed to new replies.