Hover Box CSS tweak changes all detail links and more

This topic contains 5 replies, has 3 voices, and was last updated by  mstopa 7 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #254766

    mstopa
    Buyer
    Post count: 212

    Hello gentlepersons,

    I think I unwittingly found a small glitch.

    Kor kindly provided me with a CSS snippet to change the color of the hover box title/link:

    /* Hover Box Title */
    body.gppro-custom a {
    color: #000;
    }

    I added the color #FF7733 and it changed far more than the hover box title. See attached photos.

    It changed the color of:
    -The change location link in the primary nav menu
    -All of the tab titles on the detail pages
    -All of the sidebar links in the detail pages
    -The titles and links in the listings on the listings page
    -The category link colors
    -The Previous and Next link colors on the listings
    -Even the color of the Genesis links on the bottom of the site

    Please note: This is the only place on the site where I’ve added the color #FF7733.

    I would prefer NOT to have all those titles and links changed at the same time. Given the dark header I’m using, I’d prefer to keep the change location link white, for example. And I’m planning on using another color universally throughout the site for links only.

    Did I miss something or do something incorrectly?

    Login details following in private reply.

    Please advise. Thanks for your help.

    Marsha

    #254771

    mstopa
    Buyer
    Post count: 212
    This reply has been marked as private.
    #254894

    Guust
    Moderator
    Post count: 29970

    I am guessing Kor thought you wanted to change all the link colors, and not only in the infowindow/bubble. Try this:

    .geodir-bubble_desc h4 a {color: #FF7733}

    I hope I understood correctly what you want to change.

    #254907

    mstopa
    Buyer
    Post count: 212

    Guust,

    Easy to misunderstand. Many thanks. That worked!

    Marsha

    #255027

    Kor
    Moderator
    Post count: 16516

    Hi mstopa,

    I’m terribly sorry for my mistake there. I’ve just checked your Website and I’m able to see another issue. Looks like you’ve left out the mouse hover link color. Apply the custom CSS code below to fix that. Please change the color to your liking.

    
    
    .geodir-bubble_desc h4 a:hover {
    color: #FF7733
    }
    #255034

    mstopa
    Buyer
    Post count: 212

    Hi Kor,

    No worries. I’m finding my way through. 🙂

    Thank you for that!

    Your diligence is much appreciated.

    Cheers,
    Marsha

Viewing 6 posts - 1 through 6 (of 6 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket