Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #191175

    I would like to change the font colour for all the toggles titles i have on my site at the moment they use the alternate colour (i think) which is grey, i would like all the toggle/accordion titles to be black.

    See tis page for EG: http://dev.midischool.com/diploma-1/

    Towards the bottom but i do use this on every page so it needs to have black titles across the site but only one the toggle/accordion titles to be black.

    Thanks as always !

    #191308

    Hey midischool!

    You can add this on your custom.css or Quick CSS:

    .main_color .sidebar_tab, .main_color .tabcontainer .tab {
    color: black;
    }

    Regards,
    Ismael

    #191605

    Hi.

    That works just fine on Tabs but not on accordions , can i have the code for accordions please.
    Thanks

    Also how can you make the text black on portfolio sorting lists?

    See pic attached as you will see they are grey i wish them to also be black like the accordions as per above.

     photo tabs_zps6755cd9c.jpg

    • This reply was modified 11 years ago by mmsdev.
    #191846

    Hey!

    Please add following code to Quick CSS as well

    .main_color .toggler, .main_color #js_sort_items a { color: black; }

    Best regards,
    Yigit

    #349239

    Can you tell me how to make the actual text area a transparent colour. I’ve managed to get the wrapper to change, using .active_tc.toggle_wrap {
    background: rgba(0,0,0,.3);padding: 10px
    but I can’t get this to work on the background color.

    Thanks – Raphe

    #349802

    Hey!

    Try adding this.

    .toggle_content { background: rgba(0,0,0,.3) !important; }
    

    If that’s not working then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Best regards,
    Elliott

    #349842
    This reply has been marked as private.
    #350185

    Hey!

    Please add following code to Quick CSS as well

    .container_wrap { border-top: none; }

    Best regards,
    Yigit

    #350561
    This reply has been marked as private.
    #350766

    Hi!

    Please use following code

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border: none; }

    Cheers!
    Yigit

    #351119
    This reply has been marked as private.
    #351352

    Hi!

    Please add !important rule as following

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border: none !important; }

    Cheers!
    Yigit

    #352277

    Hi Yigit
    No luck again. If I change the Main Content Background Color, I can almost make the line match the background. Perhaps that’s the way to go.
    Regards – Raphe

    #352494

    Hi!

    Code works fine on my local installation. You can also try changing border color

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border-color: white !important; }

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Changing toggles/accordion font colour’ is closed to new replies.