Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193545
    mamprop
    Participant

    Hi,
    I use stack Ethos. Can you write me a code where Portfolio Item will be totally blank? Backgroud color rgb(34,34,34)

    Thanks and Best Regards, Robert

    #1193583
    Christopher
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1193612
    mamprop
    Participant
    This reply has been marked as private.
    #1193648
    Christopher
    Moderator

    Hi there,

    Please provide us with portfolio page URL.

    Thanks.

    #1193652
    mamprop
    Participant
    This reply has been marked as private.
    #1193685
    Thai
    Moderator

    Hi There,

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

    .single-x-portfolio {
        background-color: rgb(34,34,34);
    }
    .single-x-portfolio .x-container.max.width.main {
        width: 100%;
        max-width: 100%;
    }

    Hope it helps 🙂

    #1193711
    mamprop
    Participant

    🙁 no, it’s the same 🙁

    #1193739
    Christopher
    Moderator

    Hi there,

    Please add this code :

    body.single.single-x-portfolio {
        background-image: none;
    }

    Update this code :

    .single-x-portfolio {
        background-color: rgb(34,34,34);
    }

    To :

    .single-x-portfolio, .single-x-portfolio .x-container.main:before {
        background-color: rgb(34,34,34);
    }

    Hope it helps.

    #1193753
    mamprop
    Participant
    This reply has been marked as private.
    #1193760
    mamprop
    Participant

    can you just remove everything from portfolio item? sections, columns, icon, text and buttons.

    i will build each portfolio item separetly and uniq via visual composer. and for that, i need blank (empty) portolio item

    #1193780
    Joao
    Moderator

    Hi There,

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

    
    .single-x-portfolio .entry-top-navigation , .x-share-options {
    display: none;
    }

    Hope it helps

    Joao

    #1193801
    mamprop
    Participant
    This reply has been marked as private.
    #1193821
    Joao
    Moderator

    Hi There,

    Please provide the URL.

    On This http://www.production-designer.com/production-designer-portfolio/lexus/ I am getting different results.

    Thanks

    Joao

    #1193848
    mamprop
    Participant
    This reply has been marked as private.
    #1194310
    Jade
    Moderator

    Hi there,

    This looks like it needs more than just adding custom CSS to achieve what you’re aiming to do. Would you mind providing you admin access for us to be able to check on your current setup and the contents you are adding in the portfolio item page?

    Thank you.

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