• Resolved aveedev

    (@aveedev)


    Is there a way to highlight the active category you select?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jegstudio

    (@jegstudio)

    Hi @aveedev

    We don’t have the option yet in our plugin. But you can use custom CSS to add the highlight. For example, this CSS will highlight your selected category with blue color.

    body.category-branding .jeg-elementor-kit.jkit-categorylist a[href*="branding"] .jkit-categorylist-content,
    body.category-business .jeg-elementor-kit.jkit-categorylist a[href*="business"] .jkit-categorylist-content,
    body.category-careers .jeg-elementor-kit.jkit-categorylist a[href*="careers"] .jkit-categorylist-content,
    body.category-digital-marketing .jeg-elementor-kit.jkit-categorylist a[href*="digital-marketing"] .jkit-categorylist-content,
    body.category-hispanic-marketing .jeg-elementor-kit.jkit-categorylist a[href*="hispanic-marketing"] .jkit-categorylist-content,
    body.category-recent .jeg-elementor-kit.jkit-categorylist a[href*="recent"] .jkit-categorylist-content,
    body.category-results .jeg-elementor-kit.jkit-categorylist a[href*="results"] .jkit-categorylist-content,
    body.category-social-media .jeg-elementor-kit.jkit-categorylist a[href*="social-media"] .jkit-categorylist-content,
    body.category-speaking-school .jeg-elementor-kit.jkit-categorylist a[href*="speaking-school"] .jkit-categorylist-content,
    body.category-strategic-planning .jeg-elementor-kit.jkit-categorylist a[href*="strategic-planning"] .jkit-categorylist-content,
    body.category-uncategorized .jeg-elementor-kit.jkit-categorylist a[href*="uncategorized"] .jkit-categorylist-content,
    body.category-video .jeg-elementor-kit.jkit-categorylist a[href*="video"] .jkit-categorylist-content,
    body.category-websites .jeg-elementor-kit.jkit-categorylist a[href*="websites"] .jkit-categorylist-content {
        color: #0000ff !important;
    }

    You can change the color as you want or add other CSS attributes.

    Thank you

    Plugin Author Jegstudio

    (@jegstudio)

    Hi @aveedev

    We haven’t heard back from you in a while. So, we will mark this issue as resolved. If you have further questions, you can start a new thread.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Active Category’ is closed to new replies.