Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19931

    Hi,

    I want to increase the size of the logo without having to use the parent functions.php. I have created a child theme.

    Would I place a functions.php file in the child theme and add the following code? Or do I need to do something else to make this work?

    // The height and width of your custom header used for site logo.
    // Add a filter to catchbox_header_image_width and catchbox_header_image_height to change these values.
    define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘catchbox_header_image_width’, 600 ) );
    define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘catchbox_header_image_height’, 167 ) );

    One more thing, I wanted to add a couple of graphics to the side of the logo that are linked to another site or page, is it possible to do this with the free catchbox theme?

    Thanks for any and all info you can provide.

    Corinne

    #19938
    Sakin
    Keymaster

    @corinnecollins.com: You don’t need to build child theme and edit anything to reduce the size of the logo in Catch Box Free Theme. You just go to “Appearance => Header” and upload the larger image, after you upload the image you will get “Crop Header Image” option. There you can use your mouse/trackpad to increase the crop area and then click on “Crop and Publish” in this way you can upload header logo up to 1000px.

    #19957

    Okay, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header questions’ is closed to new replies.