Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1123835
    careylovelace
    Participant

    Hi All,

    I’m trying to adjust or remove the page border around a layerslider:
    http://loosechangeproductions.org/new/

    I would like to minimize the global setting for a page which is wrapped around the layerslider.

    Any suggestions would be greatly appreciated with a CCS code.

    Thanks,
    Carey

    #1123957
    Thai
    Moderator

    Hi Carey,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    .home .entry-wrap,
    .home pre {
        background: none;
        box-shadow: none;
        border: none;
    }

    Hope it helps 🙂

    #1124512
    careylovelace
    Participant

    Thank you Thai !!

    Maybe you can help me with this other issue I’m having

    I’m trying to resize the text – permalink on a portfolio page (Integrity). I found a code to adjust the featured image, but the attached title link doesn’t follow the resizing of the featured image. I ultimately need the whole link to be unified in size.
    Here’s what I’m talking about:

    http://loosechangeproductions.org/new/team/

    #1124517
    careylovelace
    Participant

    Thank you Thai !!

    Maybe you can help me with this other issue I’m having in my other post.

    Thanks you so very much …

    #1125024
    Christopher
    Moderator

    Hi there,

    Please remove this code :

    .entry-featured {
        width: 50%;
        margin: 0 auto;
    }

    And add this code:

    @media (min-width:979px){
    .page-template-template-layout-portfolio .x-container.max.width.offset {
        width: 40%;
    }
    }

    Hope that helps.

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