Support » Fixing WordPress » Edit Accordion background on page

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter cottonkites

    (@cottonkites)

    It is below “8 Reasons to Adopt a Goldie”

    hey hi…I want to know how to add custom background, I want for my websites:

    Valentines day ideas

    Valentines day quotes

    Hi cottonkites,

    The white background and borders can be removed with a custom CSS style like this:

    .ui-accordion-header,
    .accordion_content,
    .accordion_mark {
    background: none;
    border: 0;
    }

    Additionally, you may want to adjust the hover color of the headers:

    .q_accordion_holder.accordion
    .ui-accordion-header:hover {
    color: #0a0a0a !important;
    }

    The “+” symbol itself is an image (see link). If you want to make that black too, you would have to re-color and re-upload the image.

    Regards,
    Bella

    Thanks Bella for you kind revert will try the above mentioned…

    htomake15, my answer was directed to cottonkites, who created this thread. You “hijacked” this thread for your own question and I would suggest opening a new thread for your own question instead. Click on “How-To and Troubleshooting” at the top and then the “Add new” button.

    Thread Starter cottonkites

    (@cottonkites)

    Thank you so much Bella for your help! I have managed to edit the toggle boxes:)

    No problem. Your site looks nice by the way!
    Loading times are pretty intense, but that’s what good images do. 😉

    Thread Starter cottonkites

    (@cottonkites)

    Thanks Bella! Still crazily editing the site 😀 have a pleasant week!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Edit Accordion background on page’ is closed to new replies.