This topic has 2 replies, 2 voices, and was last updated 9 years by 5high-photohub.

  • Author
  • #52949
     5high-photohub
    Participant

    Hi,

    I’d like to restyle the FAQ toggle elements but can’t get the css to work. Could you help with the correct selectors to use? I’d like to:
    1. change the panel border colour
    2. change the header background colour
    3. make the body background clour transparent

    The code I’ve tried as a test is this:

    COPY CODE
    #panel {
     border-color: #dd5858 !important;
    }
    #panel .panel-heading {
     background-color:#6ebad3 !important;
    }
    #panel .panel-body {
     background-color: clear !important;
    }

    Many thanks.

    #52958
     sharmstr
    Moderator

    The hash marks are for when you are targeting an element via ID. Use a . (period) when you want to target a class.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #53015
     5high-photohub
    Participant

    Thanks! now it works – I’m sure it said it was a div in Firefox.
    So should be all good now 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?