Tagged: 

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

    Hi there,

    first of all: Enfold 2017 is awesome!

    I have two questions regarding the page in the private content:

    When you scroll down to the “Mehr erfahren” Button under the first red box I managed to get the button to open an accordion.

    But you see a small “1” on the left side, witch is the title of the toggle witch i left blank. Can the title be deactivated so that it isn’t visible anymore? I managed to do it with the toggle icon through css

    .toggle_icon {
    display: none;
    }

    but can’t get it done with the toggle title.

    When you open the accordion text, you see at the bottom a button named “schließen”. I want the accordion to collapse by pushing the button, but I can’t find the right link for it.

    Looking forward to your answer!

    #875171

    Hey Muhli1986,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #875175

    Hi Victoria,

    thanks for the response. Is there a simple solution for changing the color of the “1” via a css code? So I can “hide” the “1” through giving it the same color as the background.

    That would help me a lot!

    Best,
    Flo

    #875462

    Hi Flo,

    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

    
    .single_toggle p.toggler  {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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