• Resolved sammy H

    (@nutrijets)


    hi i am trying to figure out how to add the cursor to the accordion as well as changing the link color on some of the tabs. for some reason it keeps flagging it. if you guys can take a look and let me know what is wrong?

    .schema-faq.wp-block-yoast-faq-block {
        padding: 0 30px;
        border: 1px solid #f4f4f4;
        background-color: #1fc8db;
        background-image: radial-gradient( circle,rgb(66, 181, 199) 0%, rgb(25, 22, 84) 100%);
        color: #fff;
      
    }
    strong.schema-faq-question {
        cursor: pointer;
        padding: 20px 0;
        border-bottom: 1px solid #f4f4f4;
        position: relative;
        display: block;
        color: #fff;
        font-size: 16px;
        font-family: 'Roboto Slab', serif;
        font-weight: 700;
    }
    p.schema-faq-answer {
        color: #000;
        background: #f7f7f7;
        display: none;
        padding: 20px 20px;
        link: blue;
    
    }
    strong.schema-faq-question:before {
        font-size: 24px;
        font-weight: 500;
        transition: all 0.3s ease 0s;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        content: "\f055";
        font-family: 'FontAwesome';
        margin-right: 20px;
    }
    strong.schema-faq-question.active:before {
        content: "\f056";
    }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Michael Ti?a

    (@mikes41720)

    Hi @nutrijets

    We understand you’re trying to modify the code in the Yoast FAQ block.

    As much as we hate to say it, your question goes beyond the technical expertise of me and my colleagues on the Yoast support team. This means we can’t give you a solid answer to your question.

    But we don’t want to leave you empty-handed either, that’s why we’ve created our developer portal at developer.yoast.com. This has proven to be useful to many developers in the past, and hopefully will serve you well too.

    Perhaps you might also want to take a look at this article on how to theme the blocks – https://developer.yoast.com/blog/theming-gutenberg-the-faq-block/

    Sorry we can’t be of more help here.

    Plugin Support Michael Ti?a

    (@mikes41720)

    Hi,

    This thread has been marked as resolved as there’s no more follow-up by the original poster.

    If you are not the original poster but have a similar issue, please open a new request.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘faq block’ is closed to new replies.