Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #895350

    I would like to remove the borders from the + and – icons. How would I do that?

    This changes the entire color but I only want to remove the border to + and -:

    .toggle_icon .vert_icon, .toggle_icon .hor_icon, span.toggle_icon {
    border-color: #666666;
    }

    thanks

    #895424

    Hey tn7phy26,

    Please provide a link to the site/page in question.

    Best regards,
    Jordan Shannon

    #895485

    ok, I added it.

    #895504

    Hi,
    Try this code in the General Styling > Quick CSS field:

    span.toggle_icon {border-style: none!important; }

    Best regards,
    Mike

    #895819

    Thanks! That worked.

    One more question:
    Is it possible to have the + and – signs to the right side?

    • This reply was modified 6 years, 10 months ago by tn7phy26.
    #895885

    Hi,

    Add this to quick css:

    .toggle_icon{
    right:10px!important;
    left:0px!important;
    position:absolute;
    float:right!important;
    }

    Best regards,
    Jordan Shannon

    #895911

    That didn’t work.
    This is what I’m looking for: https://i.imgur.com/jLKsD0B.png
    + and – icons right-justified for the entire line.

    #895951

    Hi,
    Please try replacing with this code:

    .toggle_icon {
        left: unset!important; 
        right: 10px!important; 
    }

    Best regards,
    Mike

    #896012

    great, thanks. That worked.

    #896071

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove Accordion + and – signs borders’ is closed to new replies.