Hi,

the clicquable buttons that I have in this page do not show up well that one pointed with the mouse on the button :
https://freeplayzone.com/index.php/war/177-warface

here is the code of the boutton :

<p style="text-align: center; font-size: 10pt;"><a class="btn btn-border" href="http://go.playmmogames.com/aff_c?offer_id=4904&amp;aff_id=1609" target="_blank" rel="noopener noreferrer">DOWNLOAD NOW</a></p>

can you tell me what is missing for writing to appear in white as the button "read more" !

    zoohayr

    Hi,

    You can try this custom CSS code:

    .item-page .article-content a.btn.btn-border:hover, .item-page .article-content a.btn.btn-border:focus {
        color: #ffffff;
    }

    Regards

    Hi Saguaros,

    the problem has not been fixed ! I always have the orange color that occupies all the surface that is pointed with the mouse

      zoohayr

      You can share the credentials of your site: Admin + FTP account, I will check for you.

      Hi saguaros,

      here are the coordinates of your account :

      Mod removed:

      I do not find the button "private" I do not know if it's private or public!

        This is on hover on the button - have you tried clearing your browser cache?

        Shift f5 in Chrome on a PC or Ctrl f5 on Edge will load the site bypassing the cache (in most cases)

        Cheers
        Paul

        ah sorry I'm looking at wrong page

        To above code suggested by saguaros try adding - .item-page .article-content a:hover {color:#fff;}

        sorry for confusion

        Cheers
        Paul

        Write a Reply...
        You need to Login to view replies.