Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252712
    DataSplit
    Participant

    I would like to add a Tag line to the header under my logo. I am using the Integrity stack. I didn’t see an option to add a tag line in customization but I figure it would be possible to put in some text under the logo and have it centered with the use CSS to control the font, color and look of it.

    #1252810
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    The easiest way is to add it using CSS. Place the following code into your Customizer, Custom > CSS section using the menu Appearance -> Customize and replace the tagline content:

    a.x-brand.text::after {
        content: "This is your tagline";
        display: block;
        font-size: 1.4rem;
        letter-spacing: 1.2px;
    }

    Thanks.

    #1252840
    DataSplit
    Participant

    Thanks… I changed it from text to image and made the modifications and got it added. Thanks for the help!

    #1252918
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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