Okay
  Public Ticket #861497
footer transparency
Closed

Comments

  • Peter started the conversation

    Hi, Thanks for the help on the other issue. I run into two more things. I'd like to make the footer transparent, so I can see the background image of that page. Ans also I've made the tags on the portfolio page red, by changing the color code in the css.file (I think it was the main.css file). Works for an hour, but the next day they are black again. Where can I change that? I don't want to change the general link color, just the tags in the portfolio areas. 

    Thanks again.

    Peter

  • [deleted] replied

    Hi Peter,

    1— Just add the code below to Custom CSS:

    footer.main-footer {
        background: url(http://www.bruud.nl/wp-content/uploads/2016/08/background_1_BRUUD.jpg) !important;
        background-repeat: repeat;
    }


    2— You need to add your CSS customizations only on Custom CSS area, and not on theme files directly, because when you update your theme your core theme files will revert to original theme files.

    So if you change the CSS only on the Custom CSS area the changes will be saved.

    P.S: Can you please write URL of this exact page please?

  • Peter replied

    Hi Ylli,


    That works just fine, thanks! 

    Some css- changes/additions maintain themselves tho.

    The page with the tags is this one:

    http://www.bruud.nl/works/

  • [deleted] replied

    Hi Peter,

    Can you please add the code below to Custom CSS

    p.sub-title {
    color: red !important;
    }
  • Peter replied

    Great again! Thanks so much! Can I ask for more? 

    When the slideshow is open, the close button is a bit out of reach. Can you help me with that. I'd like to see the cross to close the lightbox/slideshow. see this page to know what I mean:

    http://www.bruud.nl/portfolio/museumeiland-biesbosch-lightbox/

    Thank you in advance

  • [deleted] replied

    Hi Peter,

    Can you please add the code below to Custom CSS

    .nivo-lightbox-close {
        top: 8% !important;
        right: 4% !important;
    }
    

    then you can tweak the numbers until you are happy with the results.

  • Peter replied

    Thank you, but as you can see I still see no 'X' to close, only an arrow to point towards something invisible it seems. Close.png is supposed to be an 'X' I'd be happy with the word Close too.


    Thank you in advance

  • [deleted] replied

    Hi Peter,

    I'm sorry but the library that we use don't offer that option for the moment, if they add this functionality we will make an option like this.