Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1099215
    Ony
    Participant

    Hey there,

    I’ve been scouring the forums but for some reason none of the fixes work as I want it to.

    I’d like the single portfolio item pages to have a background that links to the following url in the next post. (Not just the Header title , but the whole image)

    Please find all needed information in the reply below.

    Thanks again for the amazing support X team!

    Ony

    #1099216
    Ony
    Participant
    This reply has been marked as private.
    #1099553
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.prev, a.next {
        background-image: url("http://reubenmann.ca/zoo/wp-content/uploads/2016/07/Damask-Red-BG-2x-larger.jpg");
        background-repeat: no-repeat;
    }

    Hope that helps.

    #1100164
    Ony
    Participant

    Hey there, please see attached screenshot for more information.

    I’m not looking to make the back and next buttons that image, I’m looking to make the background of portfolio items that image. Parallax if at all possible.

    #1100419
    Rad
    Moderator

    Hi there,

    Please try this,

    .single-x-portfolio .site {
        background-image: url("http://reubenmann.ca/zoo/wp-content/uploads/2016/07/Damask-Red-BG-2x-larger.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

    Cheers!

    #1100569
    Ony
    Participant

    Cheers, worked great!

    Also, if anyone stumbles upon this:
    .h-landmark {
    color:#fff; !important
    font-family:helvetica;
    }

    will give you the option to change the color and font of the title.

    #1100574
    Christopher
    Moderator

    Thanks for sharing and you’re welcome.

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