• Hi,

    I’m having some trouble with a button that used to work on my website. It’s a toggle button that is supposed to show more information when you click on it but it doesn’t seem to work. I can’t understand what is wrong with it. I don’t remember touching any of the settings for that part of the website. If you want to see it it”s here
    http://www.relevanceone.com in the “the data that matters” section.
    I didn’t create the website so there’s probably a lot of thing that I don’t know about it.
    There’s also a styling on it that I can’t seem to find where to change.

    Can anyone help me ?

    Thank you in advance

Viewing 1 replies (of 1 total)
  • Thread Starter alexvb3105

    (@alexvb3105)

    this is the css code I have for the button

    “.learnMore .vc_toggle_title h4, .pdfButton {
    background: #323232;
    width: auto;
    color: #fff !important;
    width: 164px;
    padding: 20px 30px;
    }

    .learnMore .vc_toggle_title h4:hover, .pdfButton:hover {
    background: url(img/btnGradient2.png) left top repeat !important;
    }

    .learnMore .vc_toggle_content {
    padding-top: 30px;
    }”

Viewing 1 replies (of 1 total)

The topic ‘Toggle button doesn't open’ is closed to new replies.