Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • laloma Friend
    #832044

    Problem need to fix. At footer, bellow the company name I placed some links to legal información and other.

    As you can note I included:

    Website Terms of Use • Terms of Services • Policies l Site Map l Contact Us, while Contact Us is in blue color and can not be seen.

    The problem is I need to change the colors of link ONLY ON THE FOOTER to white and "bold white" when hover.

    Which code to place in custom.css ?

    Regards,

    Pankaj Sharma Moderator
    #832715

    Hi
    the default color of the anchor is blue so the contact us is not see due same bg color . use this code

    .t3-footer a {color:#fff;}
    

    it will change the link color to while Or u can change the color directly from module editor .
    For hover i added a hoverc class in

    tag in your module editor .
    add this code

    
    .hoverc :hover {color:#000; font-weight:bold }
    

    if you want to use separete hover u need to defined class separately for each word .
    Here is tip that help u learn about hover .

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

This topic contains 1 reply, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum