Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1052845

    Hi,

    I’ve tried to change the colour in the link text of a toggle through quick css with this code:

    /* Tab content link text */
    .my-custom-tabs .toggle_content a {
    color: #9ec346!important;
    }

    But it isnt working. Any ideas why it isnt’? Thanks Rob

    #1052890

    Hey Volgspot,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av-minimal-toggle .toggle_content a {
      color: #9ec346 !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1053603

    Thanks! That works.

    #1053950

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.