Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1351325
    taylorbw334
    Participant

    I’m trying to add or mirror the custom headline styling I used throughout my site onto my Blog page.

    I’m not sure how to add the short codes I’ve found into the Blog Title entry in customize>renew>blogtitle

    Desired Styling: http://nemphosbraue.com/our-team/

    Current Styling I’m trying fix: http://nemphosbraue.com/news-insights/

    I can style text but haven’t had much luck spanning that line correctly.

    Thanks

    WordPress 4.7.2 running X theme Renew.

    #1351720
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    Little confuse of what you want to achieve. Would you minnd sharing us details on what you want to achieve.

    Not sure if this is correct however it is customizing blog title pages.

    https://community.theme.co/forums/topic/add-in-custom-text-to-the-blog-title-underneath-authordatecomments/

    Hope it helps.
    Let us know how it goes.

    Thanks.

    #1361810
    taylorbw334
    Participant

    Basically, I’m trying to span an accent line on my blogpage header with the same style that X theme applies to their “custom headline” widget. Obviously I have to accomplish this with either a short code in the appearances setting or use custom CSS.

    I’m trying to mirror the exact custom headline style on the ‘News and Insights’ page as I have on this page: http://nemphosbraue.com/areas-of-practice/

    Thanks

    #1362349
    Friech
    Moderator

    Hi There,

    Please add this on your Custom CSS on Customizer.

    .x-landmark .h-landmark span:after {
    	left: 100%;
        margin-left: 0.25em;
        content: "";
        position: absolute;
        top: 50%;
        height: 2px;
        width: 9999px;
        display: block;
        margin-top: -1px;
        background-color: #e5e5e5;
    }
    .x-landmark-breadcrumbs-wrap {overflow: hidden;}

    Hope it helps, Cheers!

    #1364685
    taylorbw334
    Participant

    Awesome.

    I think I was missing the content: “”;

    Works like a charm thanks so much!

    #1364937
    Jade
    Moderator

    You’re most welcome.

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