• Resolved chrissydizzy

    (@chrissydizzy)


    I would like to show sidebar active categories in another colour. Tried css but without success.
    Example: My open post has categories “Abitur”, “Studium”. In the categories list the hook before “Abitur” and “Studium” should be green instead red.

    Any chance? Thanks for your great support!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • xoptimus

    (@spicethemesoptimus)

    Hi chrissydizzy,

    For this paste the following css code in additional css filed (Theme Dashboard >> appearance >> customize >> additional css filed )

    .entry-meta a:hover, .entry-meta a:focus {
        color: #0ebb4d !important;
    }

    Change color code as you need.

    Thanks

    Thread Starter chrissydizzy

    (@chrissydizzy)

    This works on the categories on top of the post when hovering but not in the sidebar, and not when active

    Thanks

    • This reply was modified 6 years, 8 months ago by chrissydizzy.
    xoptimus

    (@spicethemesoptimus)

    Hi chrissydizzy,

    For this paste the following css code in additional css filed (Theme Dashboard >> appearance >> customize >> additional css filed )

    widget_categories a, .widget_categories a:hover {
        color: #0ebb4d !important;
    }

    Change color code as you need.

    Thanks

    • This reply was modified 6 years, 8 months ago by xoptimus.
    • This reply was modified 6 years, 8 months ago by xoptimus.
    • This reply was modified 6 years, 8 months ago by xoptimus.
    Thread Starter chrissydizzy

    (@chrissydizzy)

    Hi, thanks again. I’m still trying to style the active links in the widgets with a:active or a:focus, but don’t solve it.

    xoptimus

    (@spicethemesoptimus)

    Hi chrissydizzy,

    You can try following css code.

    .widget_categories a, .entry-meta a
    {
    color: #0ebb4d !important;
    }

    Thanks

    Thread Starter chrissydizzy

    (@chrissydizzy)

    High spicethemesoptimus,

    that turns all links into green. The meaning of what im trying is:

    Visitors are looking for a job. They click on “industry” on the front page to open all posts in this category. In the sidebar categories they should see “industry” as the active category (as a different color of “√” or the word “industry”). Sounds simple …
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Highlight active categories’ is closed to new replies.