• Resolved cristinalynne

    (@cristinalynne)


    I’m trying to change the hover color for when you go over alx tabs in the sidebars. I was able to alter the coding for hovering over the titles of blogs within the widget, but when I hover over the general tab where each title is located, it remains red. My site is: https://www.truthblip.org if anyone can assist me. Thanks!

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi cristinalynne. Not sure what you mean by “hover over the general tab”. Are you talking about the widget tab title? Or some part of each individual post? What is it that you want to have happen when you hover over this “tab”?

    Thread Starter cristinalynne

    (@cristinalynne)

    Sorry, I didn’t clarify better. I meant each individual post. In my sidebar, I have sample titles for posts. When I hover over the table that the post title is located within, and not the post title itself, it highlights the image thumbnail and also turns the font red on hover. I’ve only been able to modify the title hover when directly over the title, but not the color of the title hover when the pointer is within the table area.

    So is the issue that you want to change the post title color when you hover directly over the title?

    Thread Starter cristinalynne

    (@cristinalynne)

    No, I was able to change the title hover color when the pointer is directly over the title. I just can’t find the coding to change the color of the title when the pointer is within the same table as the title. When you hover over the table where the title is located, the title changes colors, even when you’re not directly on the title. The original color of the title is black, but when the table where it’s located in is hovered over, the title then changes red, and then doesn’t change to gray (the hover color I want it to be) until I directly hover over the title itself. Let me see if I can provide a screenshot.

    Thread Starter cristinalynne

    (@cristinalynne)

    Okay, here is the same sidebar in it’s original state, table hover over state, and title hover over state

    https://postimg.org/image/9yjqyz6tt/

    I want to change #2 image where it turns red. I want it to be a different color than red when I hover over the table area where the post title is located.

    ok, got it. Then what happens when you hover over the post title itself? Is it supposed to stay the same color? Or is it supposed to then change to a different color?

    Thread Starter cristinalynne

    (@cristinalynne)

    Well, I changed the title hover color to a barely noticeable lighter gray for now. So, the post title is actually already a different color when I hover over it, it’s just not very noticeable. I want the red hover to also be the same gray color as the post title hover. :/

    See how this works:

    .alx-tab li:hover .tab-item-title a {
      color: #444 !important;
    }
    Thread Starter cristinalynne

    (@cristinalynne)

    perfect, as usual ?? thank you for the 100th time, bdbrown

    Thread Starter cristinalynne

    (@cristinalynne)

    now i am kicking myself for not figuring this out sooner. ??

    You’re most welcome. Glad I could help.

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Hover for alx tabs in sidebar.’ is closed to new replies.