Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #414482

    Hi!

    I’ve made a nice Q&A with the Accordion. Although there isn’t much difference between the title (question) and the tekst (answer).
    What i would like to have is that the questions have a background color, with an arrow on the side. When i click, the arrow changes directions (pointing to the right to down).

    The ‘drop-down’ should not have a background color, and should just be plain text like it is now.

    Can you help me?

    Thanks in forward.
    Rob

    #414835

    Hi fpwrotterdam!

    Add this to your custom CSS.

    .activeTitle .vert_icon { background: url("URL to your image") !important; }
    .activeTitle .hor_icon { background: url("URL to your image") !important; }

    And then replace the “URL to your image” text with the URL to your right and down arrow images.

    Best regards,
    Elliott

    #415229

    That doesn’t really do the job. Thanks though!
    I’ve seen i can give my accordions a border here: Theme setting – website styling – main content – borders. But when i do that, the rest of the page content get borders too. I want it just for my accordion.
    Also i would like to make the ‘questions’ bold and the answers ‘normal’.

    I think ill just let go of the idea of the arrows. Bold questions with borders will do.

    Hope you can help me

    #415305

    Hi!

    Please add following code to Quick CSS as well

    p.toggler {
      font-weight: bold;
    }

    Cheers!
    Yigit

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