Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • guap Friend
    #871709

    I wanna get rid of the hover button appear as a gray box (usermenu sidebar-2)
    css below but it’s not working
    .module-ct .nav li a:hover, .nav li a:focus {
    background-color: none;
    text-decoration: underline;
    }

    Thanks.


    1. Untitled-1-5
    Pankaj Sharma Moderator
    #873038

    Hi
    Your site is showing a blank page , kindly post the url where i can check this issue on your site .
    If you are overriding the style in custom.css file then add !important with style.
    like : background-color: none!important ;

    guap Friend
    #873682
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #874013

    Hi
    The link you provided is giving 404 page > http://prntscr.com/9xwpbd
    I search it on some other pages on your site but there is no module under the article most read module
    Here : http://prntscr.com/9xwpy5
    Could u provide me correct link so i can help u in this case .
    U can also try below code in custom.css file

    .module-ct .nav li a:hover, .nav li a:focus {
    background-color: none!important; }
    guap Friend
    #874017
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #874045

    Hi
    Use this code in custom.css file
    .nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent!important;
    color: #000;
    }
    Change the color as per needs .

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

This topic contains 5 replies, 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