Your Time:
Our Time:
← Back to discussions

Background color for Tabs, from white in anything else

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 2 replies, 2 voices, and was last updated 12 years, 7 months ago by Daniel Arnold.

  • 2014-01-21 at 6:01 pm
    Support Expired
    #2409
    Daniel Arnold
    Participant
    • Topics: 18
    • Replies: 45
    • Total posts: 63
    • Post count: 54

    Hi there,
    How can I change the background color for Tabs? It’s white now, can I make it black or even transparent like the overlay?
    In white and transs-white it fits, but in dark is not so eye catching…
    Take a look: http://www.djdaniel.ro/tabs/

    Thank you

    2014-01-21 at 7:19 pm
    #2418
    Wajid Khan
    Keymaster
    • Topics: 5
    • Replies: 1543
    • Total posts: 1548
    • Post count: 1876

    You can use rgba value to display in transparent.

    .tab_content {
        background-color: rgba(0, 0, 0, 0.8);
        border: 1px solid #000000;
        display: none;
        margin-top: -1px;
        overflow: hidden;
        padding: 15px;
    }
    

    Here is the link which will help you out. http://www.w3schools.com/cssref/css_colors_legal.asp

    2014-01-21 at 8:37 pm
    Support Expired
    #2422
    Daniel Arnold
    Participant
    • Topics: 18
    • Replies: 45
    • Total posts: 63
    • Post count: 54

    Thank you very much, it works.

You must be logged in to reply to this topic.