Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #983956
    aptumkommunikasjon
    Participant

    Hi,
    I’m using the Renew stack and are having some trouble modifying the portfolio page to my needs. Have used some answers from previous treads and found some help that way, but some things are still not right.

    Page in question: http://www.kunstsilo.no/konkurransebidrag/
    Everything is up to date, and I do have a Child theme up and running.

    1. I would like the portfolio page to be fullwidth without the sidebar. Can it be done with simple CSS?

    2. What CSS code can I use to change the color of the portfolio-item text/link in the overlay?

    Thanks!

    #984155
    Thai
    Moderator

    Hi There,

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

    .page-template-template-layout-portfolio .x-main.left {
        width: 100%;
    }
    
    .page-template-template-layout-portfolio .x-sidebar.right {
        display: none;
    }
    
    .entry-cover-content .entry-title.entry-title-portfolio a {
        color: #000;
    }

    Hope it helps 🙂

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