Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #572330

    Hello,

    Page – http://www.conaculbratescu.ro/team-building-bran/

    1. I want to display a color section on a fix position, top, right.
    I use the Quick CSS code below but is not working on the website (page above):

    #freetobook {
    position: fixed;
    top: 150px;
    right: 0;
    width: 25%;
    z-index:100;
    opacity: 1;
    }

    2. Is there any way to display the color section background transparent but the content 100% visible?

    Thank you!
    Toud

    #572338

    Hey Toud!

    about which color section are you talking about? can you highlight using screenshots please? use imgur.com or dropbox.

    Regards,
    Andy

    #572340

    Hey Andy,

    Is the last one in that page, the one with the booking widget.

    Thanks!

    Toud

    #573304

    Hey :) Please help me!

    Thank you!!

    Toud

    #574366

    Hi!

    Looks like you managed to make the container float. You can use this to make it transparent:

    #freetobook {
        background: transparent !important;
        border: 0;
    }

    Regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.