Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #552992

    I have enabled custom CSS fields for all pop-up elements. I gave a unique class name to an element and want to use this as an anchor in a text link for my menu. This doesn’t seem to be working. Is there a way to do this?

    #553045
    #553063

    Hey daniwaxman!

    Please add Code Block element to your page above your element and add following code inside it

    <div id="your-id"></div>

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

    #your-id { clear: both; }

    This way you can use “#your-id” as an anchor point on your page

    If that is not what you meant, please elaborate

    Best regards,
    Yigit

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