Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi,
    you might want to check those customizr logo code snippets, or customizr navbar snippets to identify the html / css to target

    Try to activate the developer tootip in your options (in the customizer) to identify the hooks.

    Hope this helps and have fun with the theme

    Thread Starter lunds62

    (@lunds62)

    Thanks. I have no idea how to write code though or if I do write something if it should go into the child theme or css.

    I’m thinking I might have to switch to a different theme if I can’t figure out how to get this logo on the site. I’m really liking this theme though which sucks.

    Hi, I have customized my header with some of these snippets to remove the navbar, etc. But i have lots of empty white space around the logo. any ideas on how to correct? http://www.vacuumcenter.dguirl.com/

      Current Custom CSS in use:

    /* Center the logo (function custom_center_brand) */
    .brand.span10.offset1 {
    float: none;
    }
    /* Navbar */
    .navbar .nav {display:none;}
    /* Navbar box */
    .navbar .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
    /* Remove Page Icon/Title */
    .page .entry-title.format-icon {
    display: none;
    }
    /* Remove Post Icon/Title */
    .blog .entry-title.format-icon {
    display: none;
    }

    Theme Author presscustomizr

    (@nikeo)

    Hi, this little addition should do the trick:

    .navbar-wrapper {
    display: none;
    }

    Hope this will help and look forward to read your feedback on this!
    If you have appreciated the help a review of the theme would be a really appreciated way to say thank you! (you don’t have to of course, just if you feel like it! 😉 )

    Bests, and thanks for using Customizr.

    PS : For future references, and as per forum recommendations, (http://codex.wordpress.org/Forum_Welcome#large_code_excerpt), try to paste large code excerpt on an online tool like pastebin

    Woohoo!!! You are amazing! Thanks so much, that was perfect! I’d be happy to write a review, this has been the best theme I’ve used so far on WP as it is more customizeable and user friendly than most. Thanks again!

    Theme Author presscustomizr

    (@nikeo)

    Cool if it helped. I set this as resolved.
    Have fun with the theme and thanks for your review @hans57sauc!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Custom Logo / Change Header’ is closed to new replies.