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

    Dear support team,

    I am just an amateur and I would like to custom the toggle icon like this:
    1. no border around the icon, no contain border
    2. the content area should have the same background color as the title area
    3. + and – symbols should be change to arrow right and arrow down. I want to use google icons.
    <i class=”material-icons”>keyboard arrow right</i>
    <i class=”material-icons”>keyboard arrow down</i> (when it is activ)
    4. the icon should stay on the right side.

    Could you please help me with the code? How can I change the + and – icons to google icons?
    Regards
    vnfan

    #606740

    Hi vnfan!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    span.toggle_icon, p.toggler {
        border: none!important;
    }
    .toggle_content {
        background: #f8f8f8!important;
        border: none;
    }
    .toggle_icon {
        left: auto;
        right: 10px;
    }

    Have you uploaded your icons already?

    Cheers!
    Yigit

    #606759

    Hi Yigit,

    I have just uploaded the icons.
    (I thought I don`t need to update the google icons if I add the Google htmal code in the header.)

    #606768

    Hi Yigit,
    the text in the title is a little bit more on the right than the text in the content area. How can I put the text in the title so that it begins at the same position as the text in the content area?

    #606769

    Hi Yigit,
    these are the right url for the icons.

    #606795

    Hi!

    Please add following code to Quick CSS as well

    Cheers!
    Yigit

    #607471

    Great. Thanks a lot. It looks good.
    How can I put the title and the text in the content area beginn at the same position?
    I have another problem with toggle. When I open and then close the toggle, the copyright area get larger. You can see this effect clearlier if you have a computer with a big monitor? How can I fix this?

    #607567

    Hi!

    Can you please post a screenshot and show the changes you would like to make?

    Socket height increases due to lack of content on your page. Please add more content to your page to avoid the issue.

    Cheers!
    Yigit

    #607725

    Hi Yigit,
    I have found the position of the CSS code. It is already fixed.
    Thanks so much again.

    #607736

    Hi!

    Great!
    You are welcome, let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘custom toggle icon’ is closed to new replies.