Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1198455
    cece101
    Participant

    Hello – love the theme and the portfolio options. I just need to add this text to the top of the portfolio page:

    http://www.buildmywordpresswebsite.com/vendors/

    Text:
    We work with top technology manufacturers to provide great deals on best-of-breed technologies. This list includes our most strategic partnerships, but we have the ability to provide a wide variety of technologies. If you don’t see a technology you’re interested in, please reach out to us and we’ll work to meet your needs.

    How can I achieve this?
    Thanks!

    #1198505
    Thai
    Moderator

    Hi There,

    Please add the following code under Customizer > Custom > Global Javascript:

    (function($){
    	$('<span class="sub-title">We work with top technology manufacturers to provide great deals on best-of-breed technologies. This list includes our most strategic partnerships, but we have the ability to provide a wide variety of technologies. If you don’t see a technology you’re interested in, please reach out to us and we’ll work to meet your needs.</span>').insertAfter('.page-template-template-layout-portfolio .h-landmark');
    })(jQuery);

    Hope it helps 🙂

    #1198521
    cece101
    Participant

    Excellent. Any way to add a bit of space above and below the text? Cheers!

    #1198616
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    span.sub-title {
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
    }

    Hope it helps 🙂

    #1198732
    cece101
    Participant

    Thanks!

    #1199003
    Rue Nel
    Moderator

    You are most welcome!

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