• taisho

    (@taisho)


    I actually made some further customization in child theme, but thanks to this plugin it was less work to customize,

Viewing 2 replies - 1 through 2 (of 2 total)
  • hi taisho, i am using the retailer child theme, how did you customize the plugin for your child theme?

    Thread Starter taisho

    (@taisho)

    Hi, best from my experience is to use Chrome’s developer tools, clean interface and you can see all CSS changes live on your website, just click the element, modify and if you like it, apply the rule to your child theme’s CSS file.

    I’m using Storefront and my current direct modification is just:

    .site-header .site-branding,
    .site-header .site-logo-anchor,
    .site-header .site-logo-link {
    max-width: 200px;
    margin-bottom: 0;
    }

    I made more modifications to menus etc., impacting their proximity to my logo.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn't do much, but pretty convinient’ is closed to new replies.