Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #698863

    Hello, I would like your help. I’m trying to disable link in a button but for a specific page.

    From the topcs i found out : .avia-button.avia-size-small { pointer-events: none; }
    (Quick CSS in Enfold theme options under Styling tab) and worked but affects all pages.

    I also found in topics : .page-id-674 .post-entry a{text-decoration:none;}
    (Quick CSS or custom.css)

    How i combine both in order to disable link in a specific page for example “events”. Do i need to know a id for the page or just the name of the page.

    Thank you

    #698897

    Hey AngelAsim2!

    Convert your code to

    ,.page-id-674 .avia-button.avia-size-small { pointer-events: none; } { display: none; }

    and let us know if that works out for you

    Best regards,
    Basilis

    #698907

    Smooth Operator ! Works.

    Thanks Basilis. As always your support Rocks.

    Best Regards,

    Angel

    #698908

    Hey!

    Happy we could help.
    We would also appreciate if you could rate our theme at themeforest, it really helps.

    Thanks a lot

    Cheers!
    Basilis

    #698911

    Off course. Consider done rating 5 / 5 stars

    #698927

    Hi,

    Glad we could help!
    If you haven’t already reviewed our theme you can simply click here https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable link in a button for specific page’ is closed to new replies.