Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203515
    Urban Management
    Participant

    In the customizer -> header through WordPress, I do not to have the option of having both the Text and a logo image in the header. Is it possible for me to add an image to my existing h1 text?

    testsite.urbanpropertymanagement.com

    image: http://testsite.urbanpropertyboston.com/wp-content/uploads/2016/08/logo.png

    I need the image in the header, not the navigation bar.

    Thank you!

    #1203534
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can insert a logo from Appearance > Customizer > Header > Logo.

    Let us know how this goes!

    #1203536
    Urban Management
    Participant

    When I insert the logo, my text – URBAN PROPERTY MANAGEMENT disappears.

    How can I keep both on the same line?

    #1203555
    Joao
    Moderator

    Hi There,

    Add the logo as you did, and add the following code to Appereance > Customizer > Custom > CSS

    a.x-brand.img:after {
    	content: "URBAN PROPERTY MANAGEMENT!";
    	font-size: .4em;
    	vertical-align: middle;
    	margin-left: 8px;
    	float: right;
           margin-top: 20px;
    }

    Hope that helps,

    Joao

    #1203573
    Urban Management
    Participant

    This worked, thanks!

    #1203596
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1203515 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>