how to modify the active menu on header with CSS Classes

edited July 2017 in Theme Options
Question:

Comments

  • edited July 2017
    I'd like to use the active link button (in header) to open a pop up and launch it with a css class but I don't know how...if this button appear in the menu I could work add the css in "CSS Classes (optional)"  but under the active link of builder menu I can only add an associated link....Could you suggest a way to operate this modification? Thanks
  • Hi,
    you can use it like this,
    <a rel="prettyphoto" href="#you-custom-id">link</a>
    <div id="you-custom-id" style="display:none">popup content here</div>
    thanks
  • Thanks for your answer,
    I have some problem to understand

    Where I can put your code?

    <a rel="prettyphoto" href="#CF_ENG_reminder">link</a>
    <div id="CF_ENG_reminder" style="display:none">popup content here</div>

    popup content here:? I've just create a pop up with another plugin, I only need to generate a Lightbox

    Thanks


  • Hi guys
    I finded a solution; I've disabled active button and work directly in Menu...created a button and used my css.

    Thanks for your time. Have a nice day
    Andrea
  • This is how you generate a popup, do not use any other plugins. Just make the <a> link and paste the <div> anywhere into the content of the page.

  • This is how you generate a popup, do not use any other plugins. Just make the <a> link and paste the <div> anywhere into the content of the page.

  • Ah, interesting...I try!

    Thanks!
Sign In or Register to comment.