Okay
  Public Ticket #2094304
Portfolio home page categories
Closed

Comments

  • kschorn started the conversation

    In the home portfolio page, how can I include the categories (when you mouse over the entries) but remove the hyperlink? I cannot find where to remove the hyperlink within the Elementor page builder.

    Thank you!

  •  675
    Neuron replied

    Hey,

    Please add the following style in Appearance > Customize > Additional CSS.

    .l-posts-wrapper .a-separator ul li a {
        box-shadow: none !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • kschorn replied

    Thank you, but that only removes the underline. The text still functions as a hyperlink and filters the portfolio entries by the category. I would like to remove this functionality and just show the category text (no hyperlink and no filter).

    Thank you

  •  675
    Neuron replied

    Hi,

    Simply add the following Custom CSS instead of that one.

    .l-posts-wrapper .a-separator ul li a {
        box-shadow: none !important;
        pointer-events: none !important;
    }

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • kschorn replied

    Worked perfectly, thank you!

  •  675
    Neuron replied

    You are welcome anytime, feel free to ask for anything you needsmile.png

    If you like our theme, please leave us a rate with 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.