Page Tabs Disappear

Discussion in 'SwiftRay WordPress Theme' started by leonkill2000, Feb 26, 2013.

Thread Status:
Not open for further replies.
  1. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    On the SwiftRay theme the page and Category tabs disappear when you hover over them.
    Is there any way that they can remain visible. website is www.torquaysupply.com.au
    Thank you for your previous help
    cheers Leonie
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar .sidebar_widget ul li a:hover {
    color: grey;
    }
    #menu-wrapper ul.ddsmoothmenu li a:hover {
    color: grey;
    }
     
  3. leonkill2000

    leonkill2000 Member

    Joined:
    Jun 15, 2012
    Messages:
    96
    Likes Received:
    0
    Thanks so much for that - my client will be thrilled..... :)
     
Thread Status:
Not open for further replies.

Share This Page