Welcome to TalkGraphics.com
Results 1 to 2 of 2
  1. #1

    Default FAQ Drop Down list

    Hi , i have found this great code to create an accordian drop down section for FAQ's and it appears to be working great when i preview but I was wandering would anyone know how to change the colour of the text and the colour of the background which appears grey ?

    See link for code https://answers.squarespace.com/ques...ion-style.html.

    Also having trouble making this appear on mobile page when previewing , any suggestions why this is happening ?


    Thanks all
    Last edited by Bindi; 16 May 2016 at 05:06 AM.

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,813

    Default Re: FAQ Drop Down list

    Quote Originally Posted by Bindi View Post
    Hi , i have found this great code to create an accordian drop down section for FAQ's and it appears to be working great when i preview but I was wandering would anyone know how to change the colour of the text and the colour of the background which appears grey ?
    See link for code https://answers.squarespace.com/ques...ion-style.html.
    Also having trouble making this appear on mobile page when previewing , any suggestions why this is happening ?
    Thanks all
    You would add CSS to your Placeholder:
    <style>
    .accordion {
    background-color: #aabbcc;
    }
    h3 {
    text-color: #bbccaa;
    }
    div > p {
    text-color: #ccaabb;
    }
    </style>
    More details at W3Schools: http://www.w3schools.com/cssref/pr_text_color.asp.

    I don't have much of an idea for the Variant but you probably have to create a second Placeholder with similar code.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •