• Resolved habilos

    (@habilos)


    Hey guys,

    first of all thanks for that great plugin! I was searching for a plugin like this for a long time now!

    I have a question concerning on how to change the background color of the whole element. For instance I want the background to change from grey to transparent (for all tabs) and afterwards I need to change the background color of the tabs to orange.

    I tried this code to get the container transparent:

    .wtcpl_container {
    background-color: transparent !important;
    }

    but it didn’t work. I guess it was the wrong element, but I can’t find it. Could anyone help?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter habilos

    (@habilos)

    I could change it with this code:
    .product_content { background-color: #2C2A63; }

    But now I have to change the background color of the #nav-holder

    Any suggestions?

    • This reply was modified 6 years, 1 month ago by habilos.
    Thread Starter habilos

    (@habilos)

    NERVERMIND! Fixed all with this Code Snippets:

    .product_content { background-color: #2C2A63; }
    #nav-holder { background-color: #2C2A63 !important; }
    .wtcpl_category_nav li a:link, .wtcpl_category_nav li a:visited, .wtcpl_category_nav li a:active {
    text-decoration: none; display: block; color: #ffffff; text-align: center; padding: 5px 10px; font-size: 15px; background-color: #F4AB0D; margin-right: 14px; font-weight: bold; letter-spacing: 1px; }

    Just in case anybody in the future has the same problem!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing Background Color’ is closed to new replies.