Okay
  Public Ticket #3486171
Toggel Panel
Closed

Comments

  •  7
    Mike Marshfield started the conversation

    I would like to move the + in a circle on the toggle panel from the right hand side to the left. Is this possible?

    https://fusioncomms.co.uk/home-new

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    div[data-style*=minimal] .toggle>.toggle-title i {
        right: auto !important;
        left: 0px !important;
    }

    Thanks.


    ThemeNectar Support Team 

  •  7
    Mike Marshfield replied

    Thanks Tahir, 

    that worked. But it still shows 'Title' underneath the button. I have found in the past putting a space in loses the text, but if i change one of the them, all the rest on the page revert back to 'Title'. is there anyway to get rid of all text in the title?

    Thanks

    Mike

  •  8,839
    Tahir replied

    Hey Again,

    Please add in the titles so we can write up custom css to remove it. 

    Thanks.


    ThemeNectar Support Team 

  •  7
    Mike Marshfield replied

    I've removed the space on the first one and all the others on the page now show 'Title' as well as the cross.

    See here: https://fusioncomms.co.uk/home-new

    Thanks

    Mike

  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    h3.toggle-title {
        text-indent: -9999px;
    }

    Thanks.


    ThemeNectar Support Team 

  •  7
    Mike Marshfield replied

    Works like a charm. Many thanks for your prompt response. And excelllent theme

    All the best,

    Mike