Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205300
    webpagefreak
    Participant

    Hello, I looked through the forum on how to have a logo and text in the header…
    I found this css code

    .x-navbar {
    background: url(http://snowyowltours.com/wp-content/uploads/2016/10/snowylogodogs.png) no-repeat 20px;
    }

    .x-navbar-inner {
    padding-left: 90px;
    }

    I added the image I wanted but nothing appears in the header…what am I doing wrong? Thanks for the help:)

    website is snowyowltours.com all versions of WP, cornerstone and X are up to date

    #1205431
    Joao
    Moderator

    Hi There,

    Let´s do that instead :

    Please add your logo image at Appereance > Customizer > Header

    Than add the following code to Appereance > Customizer > Custom > CSS

    a.x-brand.img:after {
    	content: "YOUR TEXT GO HERE";
    	font-size: .4em;
    	vertical-align: middle;
    	margin-left: 8px;
    	float: right;
      margin-top: 20px;
    }

    Hope that helps

    Joao

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