czper
Forum Replies Created
-
Forum: Themes and Templates
In reply to: change size in the title bar of templateyes you’re right 🙂 but that what I mean was changing the size of margins arround the site title. Do you know how to do that? Thank you well 🙂
Forum: Themes and Templates
In reply to: change size in the title bar of templateI did it now: change to 30px and nothing has changed.
I think that my theme didn’t has a custom css
I don’t have to update the theme. Please show me how to change size the margins arround the site title.Forum: Themes and Templates
In reply to: change size in the title bar of templateForum: Themes and Templates
In reply to: change size in the title bar of templatei’m a newbie in wordpress
i’ve instaled CSS Editor Plugin from your link and just copy that code inside, then I’ve pushed “Update custom css” and nothing has changed.
I don’t know when I should paste that code.
I think that I should do something with this line of functions:
div id="logo"><a href="<?php echo esc_url( home_url() ); ?>" title='<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>' rel='home'><?php if ( get_theme_mod( 'boldr_logo' ) ) : ?><h1 class="site-title" style="display:none"><?php bloginfo('name') ?></h1><?php ?><img src="<?php echo esc_url( get_theme_mod( 'boldr_logo' ) ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><?php else: ?><h1 class="site-title" style="display:block"><?php bloginfo('name') ?></h1><?php endif; ?></a></div>but I don’t now what exacly
help plz