Link Visited Color

This topic contains 9 replies, has 2 voices, and was last updated by  BALDARI AUDELINE 6 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #416257

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    I have to choose “blue” for the “Link Visited Color” in order to have an uniform list https://www.haloasso.fr (attachment N°1)

    But there is a bad consequence on the link of the button of this page (“Laisser un avis”) : https://www.haloasso.fr/place/france/ile-de-france/paris/asbf-marsoulan-boxing-club-paris-12/

    Blue on Blue, the title of the button disappears… (attachment N°2)

    How can I do to put a permanent color (#dead39) for the link of this button “Laisser un avis”?

    Thanks

    #416273

    Alex Rollin
    Moderator
    Post count: 27815

    You can try the following CSS at GD > Design > CSS

    
    
    
    /* button hover & button focus */
    .dt-btn:hover,
    button:hover,
    input[type=button]:hover,
    input[type=reset]:hover,
    input[type=submit]:hover,
    a.geodir_goback:hover,
    p.edit-link:hover,
    .reply .gd_comment_replaylink .comment-reply-link:hover,
    #buddypress form#whats-new-form input[type=submit]:hover,
    #buddypress .standard-form div.submit input:hover,
    #buddypress .comment-reply-link:hover,
    #buddypress button:hover,
    #buddypress div.generic-button a:hover,
    #buddypress input[type=button]:hover,
    #buddypress input[type=reset]:hover,
    #buddypress input[type=submit]:hover,
    #buddypress ul.button-nav li a:hover,
    #buddypress input[type=submit]#notification-bulk-manage:hover,
    #reviewsTab #comments .comment-reply-link:hover,
    .wpl_reviews #comments .comment-reply-link:hover,
    .gdbp-wrapper-reviews #comments .comment-reply-link:hover,
    .dt-btn:focus,
    button:focus,
    input[type=button]:focus,
    input[type=reset]:focus,
    input[type=submit]:focus,
    a.geodir_goback:focus,
    p.edit-link:focus,
    .reply .gd_comment_replaylink .comment-reply-link:focus,
    #buddypress form#whats-new-form input[type=submit]:focus,
    #buddypress .standard-form div.submit input:focus,
    #buddypress .comment-reply-link:focus,
    #buddypress button:focus,
    #buddypress div.generic-button a:focus,
    #buddypress input[type=button]:focus,
    #buddypress input[type=reset]:focus,
    #buddypress input[type=submit]:focus,
    #buddypress ul.button-nav li a:focus,
    #buddypress input[type=submit]#notification-bulk-manage:focus,
    #reviewsTab #comments .comment-reply-link:focus,
    .wpl_reviews #comments .comment-reply-link:focus,
    .gdbp-wrapper-reviews #comments .comment-reply-link:focus {
        color: #dead39;
    }
    
    #416303

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    perfect !

    Thanks…

    #419731

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    I am sorry but it doesn’t work… 🙁

    #419744

    Alex Rollin
    Moderator
    Post count: 27815

    You can use that as a base to customize it to fit your needs.

    #420778

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    I don’t know how…

    #420799

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    for example,

    
    
    
    .dt-btn:hover, button:hover, input[type=button]:hover {
        color: blue !important;
    }
    

    For additional customizations of your style on your site you will need to hire a developer.

    https://geodirectoryexperts.com

    #421350

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    I am sorry but your indication is false.

    My demande concerns “Link Visited Color”… and your advice is to customize the color of the button !

    It is not my request. Your solution is not satisfactory.

    #421398

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Your site is no longer accessible.

    you can find more information on the web about styling links, if you want to do it yourself: https://www.w3schools.com/css/css_link.asp

    You can also hire an expert here to customize the style of your site: https://geodirectoryexperts.com

    We have provided extensive examples for your site, and per our support policy:

    Customizations

    We provide GeoDirectory and its addons as are. We don’t provide customization services for them nor we support any 3rd Party customizations of our products. For customization we intend any html/css/php/js work that changes the way GeoDirectory and its addons look or function, in relation to the way we made GeoDirectory and its addons available to you.

    If you need customization services we suggest to let developer members know in our forum General Discussions, or get in touch with WordPress freelancers on sites like https://geodirectoryexperts.com/.

    https://wpgeodirectory.com/support-policy/

    #421744

    BALDARI AUDELINE
    Expired Member
    Post count: 74

    pffff…

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

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

Open Support Ticket